[nautilus/gnome-2-32: 187/283] [src] GSEAL nautilus-query-editor.



commit e90a20682cb22b3f02361419ef05ed97b7913b84
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Jun 11 13:22:57 2010 +0200

    [src] GSEAL nautilus-query-editor.

 src/nautilus-query-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 3ab8697..52f583f 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -560,7 +560,7 @@ type_combo_changed (GtkComboBox *combo_box, NautilusQueryEditorRow *row)
 						     GTK_SHADOW_IN);
 		
 		gtk_widget_show (scrolled);
-		gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), scrolled, TRUE, TRUE, 6);
+		gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), scrolled, TRUE, TRUE, 6);
 
 		treeview = gtk_tree_view_new ();
 		gtk_tree_view_set_model (GTK_TREE_VIEW (treeview),



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