summaryrefslogtreecommitdiff
path: root/GstInspector
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2008-05-08 17:04:57 +0300
committerRené Stadler <mail@renestadler.de>2008-05-08 17:04:57 +0300
commit1c947d21c1c2a2ebad522273b8d0ca6fef1dd208 (patch)
treea15456ecb98a5357b307455dbdd3fa1783307b1f /GstInspector
parentd8d759d36dcd3d8050ae4da4c05e1832413d330b (diff)
Add Tango style contributed app icon
Diffstat (limited to 'GstInspector')
-rw-r--r--GstInspector/main.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/GstInspector/main.py b/GstInspector/main.py
index b0ddc88..f94dcdc 100644
--- a/GstInspector/main.py
+++ b/GstInspector/main.py
@@ -250,12 +250,11 @@ class Paths (object):
# This is essential: The GUI module needs to find the .glade file.
cls.data_dir = os.path.join (source_dir, "data")
+ cls.icon_dir = os.path.join (source_dir, "data", "icons")
+
# The locale data might be missing if "setup.py build" wasn't run.
cls.locale_dir = os.path.join (source_dir, "build", "mo")
- # Not setting icon_dir. It is not useful since we don't employ the
- # needed directory structure in the source dist.
-
@classmethod
def ensure_setup (cls):