diff options
author | jstebbins <[email protected]> | 2014-05-14 16:58:20 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-05-14 16:58:20 +0000 |
commit | ebb2651ca57744741810e870e3762f1ada2959e6 (patch) | |
tree | 7b1e9ef3b85f02bfb9b67a43f74cba36fc750f4a /gtk/src/ghb.ui | |
parent | 075f395197c3f68ecd9fd36be6a0112ecb6c945c (diff) |
LinGui: add preference option to remove completed queue jobs from queue
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6188 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 52 |
1 files changed, 19 insertions, 33 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 628afe470..45bc0266c 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -6250,39 +6250,6 @@ You can edit these and add additional options.</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="row_spacing">2</property> <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> <object class="GtkBox" id="hbox6"> <property name="orientation">horizontal</property> <property name="visible">True</property> @@ -6517,6 +6484,25 @@ on the Video tab instead.</property> <property name="height">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="RemoveFinishedJobs"> + <property name="label" translatable="yes">Delete completed jobs from queue</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="tooltip_text" translatable="yes">By default, completed jobs remain in the queue and are marked as complete. +Check this if you want the queue to clean itself up by deleting completed jobs.</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="advanced_video_changed_cb" swapped="no"/> + </object> + <packing> + <property name="top_attach">6</property> + <property name="left_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |