Mercurial > pidgin.yaz
changeset 28964:55db64cc2fdc
nosnilmot points out that this breaks people who share a .purple directory
between Windows and other platforms.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Tue, 17 Nov 2009 15:14:23 +0000 |
parents | 546e870dc506 |
children | 88759584d989 |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkprefs.c Tue Nov 17 07:33:34 2009 +0000 +++ b/pidgin/gtkprefs.c Tue Nov 17 15:14:23 2009 +0000 @@ -2891,10 +2891,6 @@ 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"))