summaryrefslogtreecommitdiffstats
path: root/gtk/src/makedeps.py
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-01-15 00:28:20 +0000
committerjstebbins <[email protected]>2014-01-15 00:28:20 +0000
commitb67efeaaa45d2954197d60b27e9158defa6dc8cc (patch)
tree2994c91f66b4905c42f77f1b0352d182d8b85eb0 /gtk/src/makedeps.py
parentf8cacd9c5edbc626e41aaa2d1767a5277a7e290c (diff)
LinGui: fix deprecation of GtkAction and GtkUIManager
Farely large change since these were the old way of creating menus :-\ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5974 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/makedeps.py')
-rw-r--r--gtk/src/makedeps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py
index 1a6438933..6ab44ccd4 100644
--- a/gtk/src/makedeps.py
+++ b/gtk/src/makedeps.py
@@ -8,6 +8,7 @@ DepEntry = collections.namedtuple('DepEntry', 'widget dep enable die hide')
dep_map = (
DepEntry("title", "queue_add", "none", True, False),
DepEntry("title", "queue_add_menu", "none", True, False),
+ DepEntry("title", "queue_add_all_menu", "none", True, False),
DepEntry("title", "preview_frame", "none", True, False),
DepEntry("title", "picture_summary", "none", True, False),
DepEntry("title", "picture_summary2", "none", True, False),