From: Jim Evins Date: Mon, 15 Nov 2010 03:24:14 +0000 (-0500) Subject: Make sure merge source is shown. X-Git-Tag: glabels-2_3_1~141^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52446a0a719433f54f4983aabbc9caff685797c7;p=glabels Make sure merge source is shown. --- diff --git a/data/ui/merge-properties-dialog.ui b/data/ui/merge-properties-dialog.ui index 40609895..78a947bf 100644 --- a/data/ui/merge-properties-dialog.ui +++ b/data/ui/merge-properties-dialog.ui @@ -1,4 +1,4 @@ - + @@ -11,6 +11,7 @@ True 3 + vertical 6 @@ -97,7 +98,6 @@ False - True 0 @@ -113,6 +113,7 @@ True + vertical 6 @@ -132,8 +133,6 @@ - True - True 0 @@ -175,7 +174,6 @@ False - True 1 @@ -194,15 +192,11 @@ - True - True 1 - True - True 0 diff --git a/src/merge-properties-dialog.c b/src/merge-properties-dialog.c index 90d93e2a..eac35a55 100644 --- a/src/merge-properties-dialog.c +++ b/src/merge-properties-dialog.c @@ -186,6 +186,7 @@ gl_merge_properties_dialog_init (glMergePropertiesDialog *dialog) dialog->priv->type_combo = gtk_combo_box_text_new (); gtk_box_pack_start (GTK_BOX (dialog->priv->type_combo_hbox), dialog->priv->type_combo, TRUE, TRUE, 0); + gtk_widget_show_all (GTK_WIDGET (dialog->priv->type_combo)); gl_debug (DEBUG_MERGE, "END"); }