[gaim-migrate @ 14949]

Thu, 22 Dec 2005 02:59:19 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Thu, 22 Dec 2005 02:59:19 +0000
changeset 12613
d684a478f27d
parent 12612
5f39ed0d067c
child 12614
60587b3da220

[gaim-migrate @ 14949]
Don't try removing a pref that has been renamed. I wonder if this was the
cause of the strange prefs related backtraces people have been seeing?

src/gtkprefs.c file | annotate | diff | comparison | revisions
--- a/src/gtkprefs.c	Thu Dec 22 02:55:13 2005 +0000
+++ b/src/gtkprefs.c	Thu Dec 22 02:59:19 2005 +0000
@@ -1946,7 +1946,6 @@
 	gaim_prefs_remove("/gaim/gtk/conversations/chat/raise_on_events");
 	gaim_prefs_remove("/gaim/gtk/conversations/ignore_fonts");
 	gaim_prefs_remove("/gaim/gtk/conversations/ignore_font_sizes");
-	gaim_prefs_remove("/gaim/gtk/idle/reporting_method");
 	gaim_prefs_remove("/gaim/gtk/idle");
 	gaim_prefs_remove("/gaim/gtk/logging/individual_logs");
 	gaim_prefs_remove("/gaim/gtk/sound/signon");

mercurial