diff options
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 36bde5287..c2b35fd1d 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -6563,6 +6563,23 @@ Resets all queue jobs to pending and ready to run again.</property> </packing> </child> <child> + <object class="GtkToolButton" id="queue_delete_all"> + <property name="visible">True</property> + <property name="sensitive">True</property> + <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> + <property name="is_important">True</property> + <property name="label" translatable="yes">Delete All</property> + <property name="icon_name">edit-delete</property> + <property name="tooltip_text" translatable="yes">Delete all items in the queue.</property> + <signal name="clicked" handler="queue_delete_all_clicked_cb" swapped="no"/> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> <object class="GtkToolButton" id="queue_save"> <property name="visible">True</property> <property name="sensitive">True</property> |