pidgin: 978d8a36: nosnilmot points out that this breaks pe...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Tue Nov 17 10:15:56 EST 2009


-----------------------------------------------------------------
Revision: 978d8a36591853e6e7869d95557b8e0e8afc33ea
Ancestor: 42a8485e73af5f2091d307b51c09dded94eceb24
Author: rekkanoryo at pidgin.im
Date: 2009-11-17T15:14:23
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/978d8a36591853e6e7869d95557b8e0e8afc33ea

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

nosnilmot points out that this breaks people who share a .purple directory
between Windows and other platforms.

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	657754c0a445e772a6c2c6e3cf8b2d84261948a6
+++ pidgin/gtkprefs.c	937a8cf8b6c6626ff751d68af273255e721d3e90
@@ -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"))


More information about the Commits mailing list