[ekiga/ds-gsettings2: 9/33] GSettings: Ignore GmConf ugprades.



commit e97bf1a595e3142933d98d0e48c3c2e50d7c2f50
Author: Damien Sandras <dsandras beip be>
Date:   Sun Mar 24 17:45:50 2013 +0100

    GSettings: Ignore GmConf ugprades.
    
    We are starting from fresh schemas.

 lib/gmconf/gmconf-upgrade.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/gmconf/gmconf-upgrade.c b/lib/gmconf/gmconf-upgrade.c
index c25532c..3f7ebd6 100644
--- a/lib/gmconf/gmconf-upgrade.c
+++ b/lib/gmconf/gmconf-upgrade.c
@@ -49,6 +49,8 @@ void
 gmconf_upgrade_version ()
 {
   int version = gm_conf_get_int (GENERAL_KEY "version");
+  g_print ("FIXME: check our schema against this and drop it\n");
+  return;
 
   /* Install the sip:, h323: and callto: GNOME URL Handlers */
   gchar *conf_url = gm_conf_get_string (URL_HANDLERS_KEY "callto/command");


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