Module: deluge Branch: chunked-sessionproxy-and-gtkui-speedups Commit: 552c898998f5ed9f8169eae6f3640106903f5429
Author: Pedro Algarvio <[email protected]> Date: Sun May 15 11:19:27 2011 +0100 Fix #1844. The submenu got lost on one of the glade files merges. Re-added. --- deluge/ui/gtkui/glade/main_window.glade | 146 +++++++++++++++++++++++++++++++ 1 files changed, 146 insertions(+), 0 deletions(-) diff --git a/deluge/ui/gtkui/glade/main_window.glade b/deluge/ui/gtkui/glade/main_window.glade index 40665ca..43a10c8 100644 --- a/deluge/ui/gtkui/glade/main_window.glade +++ b/deluge/ui/gtkui/glade/main_window.glade @@ -635,6 +635,152 @@ </widget> </child> </widget> + <widget class="GtkMenu" id="menu_file_tab"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <widget class="GtkImageMenuItem" id="menuitem_open_file"> + <property name="label">gtk-open</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="use_stock">True</property> + <signal name="activate" handler="on_menuitem_open_file_activate"/> + </widget> + </child> + <child> + <widget class="GtkSeparatorMenuItem" id="menuitem3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </widget> + </child> + <child> + <widget class="GtkImageMenuItem" id="menuitem_expand_all"> + <property name="label" translatable="yes">_Expand All</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="use_stock">False</property> + <signal name="activate" handler="on_menuitem_expand_all_activate"/> + <child internal-child="image"> + <widget class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-zoom-fit</property> + <property name="icon-size">1</property> + </widget> + </child> + </widget> + </child> + <child> + <widget class="GtkSeparatorMenuItem" id="menuitem_priority_sep"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </widget> + </child> + <child> + <widget class="GtkImageMenuItem" id="menuitem_donotdownload"> + <property name="label" translatable="yes">_Do Not Download</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="use_stock">False</property> + <signal name="activate" handler="on_menuitem_donotdownload_activate"/> + <child internal-child="image"> + <widget class="GtkImage" id="image2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-no</property> + <property name="icon-size">1</property> + </widget> + </child> + </widget> + </child> + <child> + <widget class="GtkImageMenuItem" id="menuitem_normal"> + <property name="label" translatable="yes">_Normal Priority</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="use_stock">False</property> + <signal name="activate" handler="on_menuitem_normal_activate"/> + <child internal-child="image"> + <widget class="GtkImage" id="image3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-yes</property> + <property name="icon-size">1</property> + </widget> + </child> + </widget> + </child> + <child> + <widget class="GtkImageMenuItem" id="menuitem_high"> + <property name="label" translatable="yes">_High Priority</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="use_stock">False</property> + <signal name="activate" handler="on_menuitem_high_activate"/> + <child internal-child="image"> + <widget class="GtkImage" id="image4"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-go-up</property> + <property name="icon-size">1</property> + </widget> + </child> + </widget> + </child> + <child> + <widget class="GtkImageMenuItem" id="menuitem_highest"> + <property name="label" translatable="yes">Hi_ghest Priority</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="use_stock">False</property> + <signal name="activate" handler="on_menuitem_highest_activate"/> + <child internal-child="image"> + <widget class="GtkImage" id="image5"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-goto-top</property> + <property name="icon-size">1</property> + </widget> + </child> + </widget> + </child> + </widget> + <widget class="GtkMenu" id="menu_peer_tab"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <widget class="GtkImageMenuItem" id="menuitem4"> + <property name="label" translatable="yes">_Add Peer</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="tooltip" translatable="yes">Add a peer by its IP</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="use_stock">False</property> + <signal name="activate" handler="on_menuitem_add_peer_activate"/> + <child internal-child="image"> + <widget class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-add</property> + <property name="icon-size">1</property> + </widget> + </child> + </widget> + </child> + </widget> <widget class="GtkDialog" id="move_storage_dialog"> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
