[glade] GladeEditor: Show newly created editors for the query dialog



commit b020f69cbdd5606c8e6e3e03e9fa6948a2b3e187
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Apr 13 23:13:39 2013 +0900

    GladeEditor: Show newly created editors for the query dialog
    
    In other words, dont expect them to be visible by default

 gladeui/glade-editor.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gladeui/glade-editor.c b/gladeui/glade-editor.c
index 9f49df9..857da98 100644
--- a/gladeui/glade-editor.c
+++ b/gladeui/glade-editor.c
@@ -757,6 +757,7 @@ glade_editor_query_dialog (GladeWidget *widget)
   gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
 
   editable = (GtkWidget *) glade_widget_adaptor_create_editable (adaptor, GLADE_PAGE_QUERY);
+  gtk_widget_show (editable);
 
   content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
   gtk_box_pack_start (GTK_BOX (content_area), editable, FALSE, FALSE, 6);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]