From bb5a499944d4fc9da92fccb7ab7b511c8ab6bb2d Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Wed, 3 Mar 2004 04:52:01 +0000 Subject: Split function into realized and unrealized variants, and consolidate the Tue Mar 2 23:39:55 2004 Jonathan Blandford * gtk/gtkfilechooserdialog.c (file_chooser_widget_default_realized_size_changed): Split function into realized and unrealized variants, and consolidate the handling fo size-changing and default changing. * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init): remove resizable-hints-changed, as it just complicated things. * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit resizable-hints-changed. --- tests/testfilechooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testfilechooser.c') diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index d6f0a1cfb7..6e43ac8b12 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -356,7 +356,7 @@ main (int argc, char **argv) dialog = g_object_new (GTK_TYPE_FILE_CHOOSER_DIALOG, "action", action, - "file-system-backend", "gnome-vfs", + "file-system-backend", "gtk+", NULL); switch (action) { -- cgit v1.2.1