[Goodies-commits] r6302 - in sion/trunk: . src

Enrico Troeger enrico at xfce.org
Sat Dec 13 18:22:33 CET 2008


Author: enrico
Date: 2008-12-13 17:22:33 +0000 (Sat, 13 Dec 2008)
New Revision: 6302

Modified:
   sion/trunk/ChangeLog
   sion/trunk/src/settings.c
Log:
Use "gvfs-open" as default file manager command.

Modified: sion/trunk/ChangeLog
===================================================================
--- sion/trunk/ChangeLog	2008-12-13 17:07:18 UTC (rev 6301)
+++ sion/trunk/ChangeLog	2008-12-13 17:22:33 UTC (rev 6302)
@@ -2,4 +2,6 @@
 
  * configure, Makefile, src/Makefile:
    Fix creation of the Makefile and usage of --prefix=...
+ * src/settings.c:
+   Use "gvfs-open" as default file manager command.
 

Modified: sion/trunk/src/settings.c
===================================================================
--- sion/trunk/src/settings.c	2008-12-13 17:07:18 UTC (rev 6301)
+++ sion/trunk/src/settings.c	2008-12-13 17:22:33 UTC (rev 6302)
@@ -446,8 +446,7 @@
 	}
 
 	priv->vm_impl = get_setting_string(k, SECTION_GENERAL, "vm_impl", default_vm_impl);
-	priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager",
-		(sion_is_desktop_xfce() ? "thunar" : "nautilus"));
+	priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager", "gvfs-open");
 
 	priv->save_geometry = get_setting_boolean(k, SECTION_UI, "save_geometry", TRUE);
 	priv->show_trayicon = get_setting_boolean(k, SECTION_UI, "show_trayicon", TRUE);




More information about the Goodies-commits mailing list