Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/applicationgtk3.py
diff options
context:
space:
mode:
Diffstat (limited to 'applicationgtk3.py')
-rwxr-xr-xapplicationgtk3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/applicationgtk3.py b/applicationgtk3.py
index d371559..f5ce04b 100755
--- a/applicationgtk3.py
+++ b/applicationgtk3.py
@@ -66,6 +66,7 @@ if os.environ['ICONDIR'] != 'SYSTEM':
this_dir)
icon_theme = Gtk.IconTheme.get_for_screen(Gdk.Screen.get_default())
icon_theme.append_search_path(icondir)
+ icon_theme.append_search_path(os.path.join(this_dir, 'icons'))
class UnfullscreenButton(Gtk.Window):