[nautilus-actions] NAPivot: remove the call to na_gsettings_migrate



commit ff21d140c0cfe1588b9b7224d38602042801d188
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Jan 6 00:24:27 2011 +0100

    NAPivot: remove the call to na_gsettings_migrate

 src/core/na-pivot.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/core/na-pivot.c b/src/core/na-pivot.c
index a8d5e54..5d193d8 100644
--- a/src/core/na-pivot.c
+++ b/src/core/na-pivot.c
@@ -43,10 +43,6 @@
 #include "na-module.h"
 #include "na-pivot.h"
 
-#if HAVE_GSETTINGS && HAVE_GCONF
-#include "na-gsettings-migrate.h"
-#endif
-
 /* private class data
  */
 struct _NAPivotClassPrivate {
@@ -239,10 +235,6 @@ instance_constructed( GObject *object )
 
 		self->private->modules = na_module_load_modules();
 
-#if HAVE_GSETTINGS && HAVE_GCONF
-		na_gsettings_migrate( self );
-#endif
-
 		monitor_runtime_preferences( self );
 
 		/* force class initialization and io-factory registration



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]