[empathy] remove imported-mc4-accounts gsettings key



commit 86efddfe8356a9dd959efeb38be26698ab5a80d9
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Jun 24 11:55:02 2010 +0200

    remove imported-mc4-accounts gsettings key

 data/empathy.convert                  |    4 ----
 data/org.gnome.Empathy.gschema.xml.in |    7 -------
 libempathy/empathy-gsettings.h        |    1 -
 3 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/data/empathy.convert b/data/empathy.convert
index 4016965..02ef971 100644
--- a/data/empathy.convert
+++ b/data/empathy.convert
@@ -61,10 +61,6 @@ avatar-in-icon = /apps/empathy/conversation/avatar_in_icon
 close-main-window = /apps/empathy/hints/close_main_window
 
   
-[org.gnome.Empathy.accounts]
-imported-mc4-accounts = /apps/empathy/accounts/imported_mc4_accounts
-
-  
 [org.gnome.Empathy.location]
 publish = /apps/empathy/location/publish
 resource-network = /apps/empathy/location/resource_network
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in
index 6075308..c5d95fd 100644
--- a/data/org.gnome.Empathy.gschema.xml.in
+++ b/data/org.gnome.Empathy.gschema.xml.in
@@ -221,13 +221,6 @@
       <_description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.accounts" path="/apps/empathy/accounts/">
-    <key name="imported-mc4-accounts" type="b">
-      <default>false</default>
-      <_summary>MC 4 accounts have been imported</_summary>
-      <_description>MC 4 accounts have been imported.</_description>
-    </key>
-  </schema>
   <schema id="org.gnome.Empathy.location" path="/apps/empathy/location/">
     <key name="publish" type="b">
       <default>false</default>
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h
index eb5074f..ca6dc0f 100644
--- a/libempathy/empathy-gsettings.h
+++ b/libempathy/empathy-gsettings.h
@@ -87,7 +87,6 @@ G_BEGIN_DECLS
 #define EMPATHY_PREFS_LOCATION_REDUCE_ACCURACY     "reduce-accuracy"
 
 #define EMPATHY_PREFS_ACCOUNTS_SCHEMA EMPATHY_PREFS_SCHEMA ".accounts"
-#define EMPATHY_PREFS_ACCOUNTS_IMPORTED_MC4_ACCOUNTS "imported-mc4-accounts"
 
 G_END_DECLS
 



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