Mercurial > pidgin
changeset 13040:b705e30efe61
[gaim-migrate @ 15399]
Remove the score for 'hidden', since I renamed that.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 26 Jan 2006 01:39:57 +0000 |
parents | b93240522baa |
children | 465c7e1dfc7b |
files | src/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prefs.c Thu Jan 26 01:39:44 2006 +0000 +++ b/src/prefs.c Thu Jan 26 01:39:57 2006 +0000 @@ -1067,6 +1067,7 @@ gaim_prefs_remove("/core/logging/log_idle_state"); gaim_prefs_remove("/core/logging/log_away_state"); gaim_prefs_remove("/core/logging/log_own_states"); + gaim_prefs_remove("/core/status/scores/hidden"); gaim_prefs_remove("/plugins/core/autorecon/hide_connected_error"); gaim_prefs_remove("/plugins/core/autorecon/hide_connecting_error"); gaim_prefs_remove("/plugins/core/autorecon/hide_reconnecting_dialog");