X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=sidebyside;f=gtk%2Fsrc%2Fqueuehandler.c;h=adf409e1671fec707f3655192183bc19e18af3b0;hb=2cea0d49ba2d6aa6ba96d575b47d2d313515be11;hp=5f9b36b2e7ee88adec4733e9798557223959369f;hpb=39a12e0609dd89c9cba930bb9eb2e74523b8a652;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c index 5f9b36b2..adf409e1 100644 --- a/gtk/src/queuehandler.c +++ b/gtk/src/queuehandler.c @@ -392,7 +392,7 @@ audio_list_refresh(signal_user_data_t *ud) GtkListStore *store; gboolean done; gint row = 0; - GValue *audio_list; + const GValue *audio_list; g_debug("ghb_audio_list_refresh ()"); treeview = GTK_TREE_VIEW(GHB_WIDGET(ud->builder, "audio_list")); @@ -585,11 +585,6 @@ validate_settings(signal_user_data_t *ud) { return FALSE; } - // Validate container settings - if (!ghb_validate_container(ud)) - { - return FALSE; - } // Validate filter settings if (!ghb_validate_filters(ud)) {