[Xfce4-commits] <xfdesktop:master> Remove calls to thunar_vfs_init() and thunar_vfs_shutdown().

Jannis Pohlmann noreply at xfce.org
Tue Nov 2 01:14:51 CET 2010


Updating branch refs/heads/master
         to b3262236d6471cdfcbf7c0d56760c6d6362866da (commit)
       from 00776116f2982320f48f8cdd17fbf52f001d5ea0 (commit)

commit b3262236d6471cdfcbf7c0d56760c6d6362866da
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