diff options
author | jstebbins <[email protected]> | 2010-03-14 01:04:38 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-03-14 01:04:38 +0000 |
commit | 8412fb04b943ce61befffe2caad64ed786d62415 (patch) | |
tree | c0c0e4eececc198f8cb5601a333854c9c404b962 /gtk/src/ghb.ui | |
parent | 739144a299157a8e92ef9caeedfde29eac33cbcd (diff) |
LinGui: fix crash when necessary gstreamer plugin is not installed
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3166 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 3ace356ca..3d7d9a53b 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -6068,7 +6068,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int </packing> </child> <child> - <object class="GtkHBox" id="hbox70"> + <object class="GtkHBox" id="live_preview_box"> <property name="visible">True</property> <property name="spacing">5</property> <child> @@ -6152,7 +6152,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int <property name="visible">True</property> <property name="spacing">10</property> <child> - <object class="GtkHBox" id="hbox60"> + <object class="GtkHBox" id="live_preview_duration_box"> <property name="visible">True</property> <property name="spacing">2</property> <child> |