[Goodies-commits] r6199 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Mon Nov 24 23:36:49 CET 2008


Author: stephan
Date: 2008-11-24 22:36:49 +0000 (Mon, 24 Nov 2008)
New Revision: 6199

Modified:
   ristretto/trunk/src/main.c
Log:
Remove xfconf stuff



Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2008-11-24 21:39:14 UTC (rev 6198)
+++ ristretto/trunk/src/main.c	2008-11-24 22:36:49 UTC (rev 6199)
@@ -22,10 +22,6 @@
 #include <thunar-vfs/thunar-vfs.h>
 #include <libexif/exif-data.h>
 
-#ifdef HAVE_XFCONF
-#include <xfconf/xfconf.h>
-#endif
-
 #include "navigator.h"
 #include "picture_viewer.h"
 #include "main_window.h"
@@ -246,10 +242,6 @@
     }
 
     
-#ifdef HAVE_XFCONF
-    xfconf_init(NULL);
-#endif
-
     thunar_vfs_init();
 
     mime_dbase = thunar_vfs_mime_database_get_default();
@@ -387,9 +379,7 @@
     xfce_rc_flush(xfce_rc);
     xfce_rc_close(xfce_rc);
     gtk_widget_unref(window);
-#ifdef HAVE_XFCONF
-    xfconf_shutdown();
-#endif
+
     return 0;
 }
 




More information about the Goodies-commits mailing list