From 8788c8373fccd4a6bb1eb8c6db5de22df8f7a6b4 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sun, 26 Oct 2008 21:01:38 +0000 Subject: [PATCH] LinGui: fix a problem with setting proper picture dimensions when title changed git-svn-id: svn://localhost/HandBrake/trunk@1869 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/callbacks.c | 1 + gtk/src/hb-backend.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index c0a7e6b1..df8d8299 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -976,6 +976,7 @@ show_title_info(signal_user_data_t *ud, ghb_title_info_t *tinfo) ghb_ui_update(ud, "PictureLeftCrop", ghb_int64_value(tinfo->crop[2])); ghb_ui_update(ud, "PictureRightCrop", ghb_int64_value(tinfo->crop[3])); } + ghb_set_scale (ud, GHB_SCALE_KEEP_NONE); gint width, height, crop[4]; crop[0] = ghb_settings_get_int(ud->settings, "PictureTopCrop"); crop[1] = ghb_settings_get_int(ud->settings, "PictureBottomCrop"); diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index e45ce65c..c5a816ef 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -2938,7 +2938,6 @@ ghb_add_job(GValue *js, gint unique_id) if( !hb_list_count( list ) ) { /* No valid title, stop right there */ - g_message("No title found.\n"); return; } -- 2.11.0