summaryrefslogtreecommitdiff
path: root/pidgin/pidgin.h
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-04-11 13:38:05 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-04-11 13:38:05 +0000
commit64ba9253d44ebca9bde417979b28c2c89e605fe6 (patch)
tree8dfdb8545eeb5696de92761884fe77c9550fe700 /pidgin/pidgin.h
parentb1e413e92440468de90152a37d206eb8dbc26ff8 (diff)
downloadpidgin-64ba9253d44ebca9bde417979b28c2c89e605fe6.tar.gz
Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
until someone comes up with something cleverererer
Diffstat (limited to 'pidgin/pidgin.h')
-rw-r--r--pidgin/pidgin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pidgin/pidgin.h b/pidgin/pidgin.h
index f409774a03..7ac2a54e05 100644
--- a/pidgin/pidgin.h
+++ b/pidgin/pidgin.h
@@ -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