diff options
author | jstebbins <[email protected]> | 2009-10-06 15:46:35 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-10-06 15:46:35 +0000 |
commit | 7c3a4811cebc515c5f055e7547eebc29f127b7c8 (patch) | |
tree | bf2e62224a0531252b36c27224334ce33052f7d1 /gtk/src/widgetdeps.c | |
parent | 97949962d2e25cbdb08a27c0b7fb2c47ad17f318 (diff) |
LinGui: allow display of picture settings before a scan has been done
preview window is still blocked, but picture settings can be viewed and
modified for the purpose of setting up a preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2871 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widgetdeps.c')
-rw-r--r-- | gtk/src/widgetdeps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c index 929ddb2c0..a9c372682 100644 --- a/gtk/src/widgetdeps.c +++ b/gtk/src/widgetdeps.c @@ -18,8 +18,6 @@ static dependency_t dep_map[] = { {"title", "queue_add", "none", TRUE, FALSE}, {"title", "queue_add_menu", "none", TRUE, FALSE}, - {"title", "show_picture", "none", TRUE, FALSE}, - {"title", "show_preview_menu", "none", TRUE, FALSE}, {"title", "preview_frame", "none", TRUE, FALSE}, {"title", "picture_label", "none", TRUE, FALSE}, {"title", "picture_tab", "none", TRUE, FALSE}, |