summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2009-03-10 01:42:50 +0200
committerRené Stadler <mail@renestadler.de>2009-03-10 01:57:01 +0200
commitc00e5c31e38621353b455970db8a2bee103a878e (patch)
tree95a7c710754c0ca0069e1df2732fc24262e34d44 /setup.py
parentc47b2254b277a35c56c0c735153e8c8fb3fe38f0 (diff)
Rename UIManager file
This is here to stay until gtk 2.16 can be required, then it can be moved into the GtkBuilder file.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 357eb1b..a05f040 100755
--- a/setup.py
+++ b/setup.py
@@ -341,8 +341,8 @@ setup (cmdclass = cmdclass,
"GstInspector.GUI"],
scripts = ["gst-inspector"],
data_files = [("share/gst-inspector", ["data/about-dialog.ui",
- "data/gst-inspector.ui",
- "data/inspector-window.ui"],)] + icons,
+ "data/inspector-window.ui",
+ "data/menus.ui"],)] + icons,
name = "gst-inspector",
version = "0.5",