diff pidgin/pidgin.h @ 16062:07554cc5d090

Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades until someone comes up with something cleverererer
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 11 Apr 2007 13:38:05 +0000
parents fccb6b33aba6
children 5106ccf9f9f1
line wrap: on
line diff
--- a/pidgin/pidgin.h	Wed Apr 11 13:35:46 2007 +0000
+++ b/pidgin/pidgin.h	Wed Apr 11 13:38:05 2007 +0000
@@ -42,6 +42,9 @@
 /* leave this as gtk-gaim until we have a decent way to migrate UI-prefs */
 #define PIDGIN_UI "gtk-gaim"
 
+/* change this only when we have a sane upgrade path for old prefs */
+#define PIDGIN_PREFS_ROOT "/gaim/gtk"
+
 #ifndef _WIN32
 # define PIDGIN_ALERT_TITLE ""
 #else