[Xfce4-commits] <xfdesktop:jannis/port-to-gio> Remove calls to thunar_vfs_init() and thunar_vfs_shutdown().

Jannis Pohlmann noreply at xfce.org
Sat Oct 30 00:20:03 CEST 2010


Updating branch refs/heads/jannis/port-to-gio
         to 39617ff038f0210f8b4dd07982f407d1748de18a (commit)
       from 2451f715b1d93eccac10293bb9cc5f461b28db06 (commit)

commit 39617ff038f0210f8b4dd07982f407d1748de18a
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sat Oct 30 00:18:20 2010 +0200

    Remove calls to thunar_vfs_init() and thunar_vfs_shutdown().
    
    With this step, xfdesktop is now running without using ThunarVFS at all.

 src/main.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/main.c b/src/main.c
index de5cf2c..25cfb40 100644
--- a/src/main.c
+++ b/src/main.c
@@ -58,7 +58,6 @@
 
 #ifdef ENABLE_FILE_ICONS
 #include <dbus/dbus-glib.h>
-#include <thunar-vfs/thunar-vfs.h>
 #endif
 
 #include "xfdesktop-common.h"
@@ -335,10 +334,6 @@ main(int argc, char **argv)
         g_error_free(error);
     }
 
-#ifdef ENABLE_FILE_ICONS
-    thunar_vfs_init();
-#endif
-    
     gdpy = gdk_display_get_default();
 
     if(!xfconf_init(&error)) {
@@ -404,9 +399,5 @@ main(int argc, char **argv)
     
     xfconf_shutdown();
     
-#ifdef ENABLE_FILE_ICONS
-    thunar_vfs_shutdown();
-#endif
-    
     return 0;
 }



More information about the Xfce4-commits mailing list