diff options
Diffstat (limited to 'gtk/src/makedeps.py')
-rw-r--r-- | gtk/src/makedeps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py index 674c56d6c..404ce7cd9 100644 --- a/gtk/src/makedeps.py +++ b/gtk/src/makedeps.py @@ -8,8 +8,8 @@ dep_map = ( DepEntry("title", "queue_add", "none", True, False), DepEntry("title", "queue_add_menu", "none", True, False), DepEntry("title", "preview_frame", "none", True, False), - DepEntry("title", "picture_label", "none", True, False), - DepEntry("title", "picture_tab", "none", True, False), + DepEntry("title", "picture_summary", "none", True, False), + DepEntry("title", "picture_summary2", "none", True, False), DepEntry("title", "chapters_label", "none", True, False), DepEntry("title", "chapters_tab", "none", True, False), DepEntry("title", "start_point", "none", True, False), |