diff options
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb.ui | 4 | ||||
-rw-r--r-- | gtk/src/makedeps.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 8c95f2975..ccb5a6ccb 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -1241,7 +1241,7 @@ <property name="spacing">3</property> <child> - <object class="GtkAlignment" id="alignment55"> + <object class="GtkAlignment" id="picture_summary"> <property name="visible">True</property> <property name="top_padding">10</property> <property name="left_padding">10</property> @@ -1701,7 +1701,7 @@ </packing> </child> <child> - <object class="GtkAlignment" id="alignment57"> + <object class="GtkAlignment" id="picture_summary2"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> 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), |