diff options
author | jstebbins <[email protected]> | 2008-10-04 01:22:11 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-10-04 01:22:11 +0000 |
commit | 8383924c732d022f1aabe477fd825836feb56320 (patch) | |
tree | 8601c850bd583ac38bf75e6ae05ab74a049efd18 /gtk/src/ghb.ui | |
parent | 19d1f541a0ea4c502ca063607a17a38288bcc037 (diff) |
LinGui: queue item editing
editing a pending item loads the item's settings and deletes it from the queue
editing a finished or running item just loads it's settings
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1806 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 83ecd6137..1a5c4afa9 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3906,6 +3906,19 @@ this setting.</property> <property name="expand">False</property> </packing> </child> + <child> + <object class="GtkToolButton" id="queue_edit"> + <property name="visible">True</property> + <property name="sensitive">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="label" translatable="yes">Edit</property> + <property name="icon_name">hb-edit</property> + <signal handler="queue_edit_clicked_cb" name="clicked"/> + </object> + <packing> + <property name="expand">False</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |