diff options
author | jstebbins <[email protected]> | 2010-06-06 18:20:53 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-06 18:20:53 +0000 |
commit | 21edb5248c8d25d334e3225e2f52ff9e8d9782dd (patch) | |
tree | 9ce215924f9535633f03685ce05852b499fe2c20 /gtk/src/hb-backend.c | |
parent | 19025e1f3fed54961b4fa4516a55ffa3c4f7bca7 (diff) |
LinGui: Improvements to audio panel
When codec is "Choose for me", show the codec chosen in the list, but leave the combo
box showing "Choose for me". This way, if the user saves the settings in a new preset,
the audio codec saved remaines 'auto' instead of reverting to the codec that was chosen.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3361 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r-- | gtk/src/hb-backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index 5f28ffea2..8f1ac95fb 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -2454,7 +2454,7 @@ small_opts_set(GtkBuilder *builder, const gchar *name, combo_opts_t *opts) gint ii; gchar *str; - g_debug("generic_opts_set ()\n"); + g_debug("small_opts_set ()\n"); if (name == NULL || opts == NULL) return; store = get_combo_box_store(builder, name); gtk_list_store_clear(store); |