Mercurial > pidgin
changeset 12613:e06e153cff4b
[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?
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 22 Dec 2005 02:59:19 +0000 |
parents | 0124220c7575 |
children | 03153fbbed55 |
files | src/gtkprefs.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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");