# HG changeset patch # User nemo # Date 1143646630 28800 # Node ID 12feaeb5ad5baa5f14ee1a9f2218c7d19cc93405 # Parent 6afdd0d7e1e13991738a7ddf6825be80ae5674de [svn] If the pref is still going to appear, suppose one should allow it to do something. diff -r 6afdd0d7e1e1 -r 12feaeb5ad5b audacious/util.c --- a/audacious/util.c Wed Mar 29 07:35:54 2006 -0800 +++ b/audacious/util.c Wed Mar 29 07:37:10 2006 -0800 @@ -972,12 +972,10 @@ g_signal_handler_disconnect(chooser, handlerid_activate); g_signal_handler_disconnect(button_add, handlerid_do); g_signal_handler_disconnect(chooser, handlerid_do_activate); -#ifndef HAVE_GNOME_VFS if (cfg.refresh_file_list) { // *sigh* force a refresh gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(chooser),gtk_file_chooser_get_current_folder(GTK_FILE_CHOOSER(chooser))); } -#endif } if (play_button) {