changeset 894:12feaeb5ad5b trunk

[svn] If the pref is still going to appear, suppose one should allow it to do something.
author nemo
date Wed, 29 Mar 2006 07:37:10 -0800
parents 6afdd0d7e1e1
children 1b919783797e
files audacious/util.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) {