diff options
author | Jonathan Blandford <jrb@gnome.org> | 2004-03-10 07:42:20 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-03-10 07:42:20 +0000 |
commit | c630462c18199c5aab5474722415388b34686415 (patch) | |
tree | 0de38485dac2cb9a5426bed716cf494dcf382a84 /tests/testfilechooser.c | |
parent | 9727b4d2ed034db0c38629530d8ec86f89da25e6 (diff) | |
download | gdk-pixbuf-c630462c18199c5aab5474722415388b34686415.tar.gz |
Support changes in icon themes.
Wed Mar 10 02:41:05 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
(remove_settings_signal), (gtk_path_bar_dispose),
(gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
(gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
(settings_notify_cb), (gtk_path_bar_check_icon_theme),
(get_button_image), (gtk_path_bar_update_button_appearance),
(make_directory_button), (gtk_path_bar_check_parent_path): Support
changes in icon themes.
* gtk/gtkpathbar.h: add two elements
* tests/testfilechooser.c: (main): use gnome-vfs method again to
get more testing.
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r-- | tests/testfilechooser.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index 245c4b7ad..6b7318dcf 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -400,7 +400,7 @@ main (int argc, char **argv) dialog = g_object_new (GTK_TYPE_FILE_CHOOSER_DIALOG, "action", action, - "file-system-backend", "gtk+", + "file-system-backend", "gnome-vfs", NULL); switch (action) { @@ -526,9 +526,5 @@ main (int argc, char **argv) gtk_main (); - gtk_widget_destroy (control_window); - gtk_widget_destroy (prop_editor); - gtk_widget_destroy (dialog); - return 0; } |