diff options
author | jstebbins <[email protected]> | 2009-07-19 18:21:05 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-07-19 18:21:05 +0000 |
commit | fecbcdf52adf696403d3cbaa3714d8ac992e1cd5 (patch) | |
tree | 80bb7b2cbcbb40c421092877be78da5d680b37e3 /gtk/src/ghb.ui | |
parent | ada1b7a2c87de0c8c31eea795488e2f87f709412 (diff) |
LinGui: add advanced preference option to enable/disable automatic dvd scanning
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2715 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 354912593..c0967c66b 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4277,6 +4277,29 @@ no-dct-decimate=0:cabac=1</property> </packing> </child> <child> + <object class="GtkAlignment" id="alignment48"> + <property name="visible">True</property> + <property name="top_padding">6</property> + <property name="bottom_padding">6</property> + <property name="left_padding">12</property> + <child> + <object class="GtkCheckButton" id="AutoScan"> + <property name="label" translatable="yes">Automatically Scan DVD when loaded</property> + <property name="tooltip-text" translatable="yes">Scans the DVD whenever a new disc is loaded</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="pref_changed_cb"/> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">4</property> + </packing> + </child> + <child> <object class="GtkAlignment" id="hidden_prefs"> <property name="visible">True</property> <property name="top_padding">6</property> @@ -4316,7 +4339,7 @@ no-dct-decimate=0:cabac=1</property> </object> <packing> <property name="expand">False</property> - <property name="position">4</property> + <property name="position">5</property> </packing> </child> </object> |