]> git.0d.be Git - empathy.git/commitdiff
Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 17 Oct 2008 12:47:31 +0000 (12:47 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 17 Oct 2008 12:47:31 +0000 (12:47 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1625

data/empathy.schemas.in
libempathy-gtk/empathy-conf.h

index 6a992705c93005cad81619341851a1aab7caa6a6..6e1b68aeae6b0384ba49b763606ee2f9a670c313 100644 (file)
       </locale>
     </schema>
 
+    <schema>
+      <key>/schemas/apps/empathy/import_asked</key>
+      <applyto>/apps/empathy/import_asked</applyto>
+      <owner>empathy</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+        <short>Empathy has asked about importing accounts</short>
+       <long>
+       Whether or not Empathy has asked about importing accounts from other programs.
+        </long>
+      </locale>
+    </schema>
+
   </schemalist>  
 </gconfschemafile>
index 307e25db0fc2a3147da8d3a25c2df4022f41227c..2da820bb7a4e282be8f7fef08554b590b1b72a98 100644 (file)
@@ -66,6 +66,7 @@ struct _EmpathyConfClass {
 #define EMPATHY_PREFS_SALUT_ACCOUNT_CREATED        EMPATHY_PREFS_PATH "/accounts/salut_created"
 #define EMPATHY_PREFS_USE_NM                       EMPATHY_PREFS_PATH "/use_nm"
 #define EMPATHY_PREFS_AUTOCONNECT                  EMPATHY_PREFS_PATH "/autoconnect"
+#define EMPATHY_PREFS_IMPORT_ASKED                 EMPATHY_PREFS_PATH "/import_asked"
 
 typedef void (*EmpathyConfNotifyFunc) (EmpathyConf  *conf, 
                                      const gchar *key,