summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2009-11-17 15:14:23 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2009-11-17 15:14:23 +0000
commit65b1c6183c2b2692f180891c41c97374fc138d4b (patch)
tree8463a8084fdacd9e9d20de1d3c84adfea943f61d
parent4d75f80c41fb80dd6a5979e26baef4aad78a7eee (diff)
downloadpidgin-65b1c6183c2b2692f180891c41c97374fc138d4b.tar.gz
nosnilmot points out that this breaks people who share a .purple directory
between Windows and other platforms.
-rw-r--r--pidgin/gtkprefs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pidgin/gtkprefs.c b/pidgin/gtkprefs.c
index fcd551a7fb..b9070d830b 100644
--- a/pidgin/gtkprefs.c
+++ b/pidgin/gtkprefs.c
@@ -2891,10 +2891,6 @@ pidgin_prefs_update_old(void)
purple_prefs_remove(PIDGIN_PREFS_ROOT "/sound/signon");
purple_prefs_remove(PIDGIN_PREFS_ROOT "/sound/silent_signon");
-#ifndef _WIN32
- purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/custom_font");
-#endif
-
/* Convert old queuing prefs to hide_new 3-way pref. */
if (purple_prefs_exists("/plugins/gtk/docklet/queue_messages") &&
purple_prefs_get_bool("/plugins/gtk/docklet/queue_messages"))