diff options
author | jstebbins <[email protected]> | 2010-05-24 18:15:40 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-05-24 18:15:40 +0000 |
commit | b1d5e7b5af2cbc601253d254389a4ef8df709639 (patch) | |
tree | 0baeb0af4fd534eabfa7f25d3456f2aa452e52a6 /gtk/src/ghb.ui | |
parent | eef8301f8f1c858961395ea8f1a9e6a58400e36d (diff) |
LinGui: add option to completely disable update checking
configure --disable-gtk-update-checks removes the code that does update checks
including the webkit library used for displaying the appcast. this is
useful when packaging for a repository that has it's own update mechanism.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3323 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 3d7d9a53b..9f9df58ae 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3806,7 +3806,7 @@ Requires subme >= 6 and trellis >= 1.</property> <property name="orientation">vertical</property> <property name="visible">True</property> <child> - <object class="GtkAlignment" id="alignment60"> + <object class="GtkAlignment" id="check_updates_box"> <property name="visible">True</property> <property name="left_padding">12</property> <property name="top_padding">6</property> |