diff options
author | jstebbins <[email protected]> | 2009-06-26 17:18:51 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-26 17:18:51 +0000 |
commit | af876ffaa55ba8c063703a18c4e0329349362144 (patch) | |
tree | ce5e44b1344975916592a150b17370b84eb21f3e /gtk/src/ghb.ui | |
parent | 1456b9deb100c144680b9658c7b54e0dffb07e90 (diff) |
LinGui: add preference option for what to do when encode is complete
- Options are nothing, notify, sleep, shutdown
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2629 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 2faec4d7d..ee3bfdd7d 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3467,6 +3467,46 @@ no-dct-decimate=0:cabac=1</property> </packing> </child> <child> + <object class="GtkAlignment" id="alignment62"> + <property name="visible">True</property> + <property name="left_padding">12</property> + <property name="right_padding">12</property> + <property name="top_padding">6</property> + <property name="bottom_padding">6</property> + <child> + <object class="GtkHBox" id="hbox82"> + <property name="visible">True</property> + <property name="spacing">4</property> + <child> + <object class="GtkComboBox" id="WhenComplete"> + <property name="visible">True</property> + <signal name="changed" handler="pref_changed_cb"/> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="labela1"> + <property name="visible">True</property> + <property name="label" translatable="yes">When all encodes are complete</property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkAlignment" id="alignment5"> <property name="visible">True</property> <property name="left_padding">12</property> @@ -3555,7 +3595,7 @@ no-dct-decimate=0:cabac=1</property> </object> <packing> <property name="expand">False</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> @@ -3600,7 +3640,7 @@ no-dct-decimate=0:cabac=1</property> </object> <packing> <property name="expand">False</property> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -3622,7 +3662,7 @@ no-dct-decimate=0:cabac=1</property> </object> <packing> <property name="expand">False</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> </object> |