]> git.0d.be Git - empathy.git/commitdiff
remove imported-mc4-accounts gsettings key
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 24 Jun 2010 09:55:02 +0000 (11:55 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 24 Jun 2010 10:11:08 +0000 (12:11 +0200)
data/empathy.convert
data/org.gnome.Empathy.gschema.xml.in
libempathy/empathy-gsettings.h

index 4016965c4a0be60178116fbed05227a55fc0c38a..02ef97137547ea07e54d93809913e9614d2a6b18 100644 (file)
@@ -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
index 607530870dcf4a3c7eaba9f02f2a148d63a0a157..c5d95fd180d78f2847525e84960a94605bed6a4a 100644 (file)
       <_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>
index eb5074f03fb9ae49a1ec07325ad0dbeedd35efe9..ca6dc0f2297d10d6bfba2f31f7520979c085c90f 100644 (file)
@@ -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