Mercurial > pidgin
comparison libpurple/prefs.c @ 18157:c4518bbca240
Do not actually remove the debug timestamp pref, this is the *correct*
correction for the inconsistency observed with the comment in
purple_debug_init
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 17 Jun 2007 14:49:10 +0000 |
parents | 82c7ae86d92c |
children | 8af9ebae439c 0e30dfac1f46 |
comparison
equal
deleted
inserted
replaced
18156:82c7ae86d92c | 18157:c4518bbca240 |
---|---|
1353 purple_prefs_remove("/plugins/core/autorecon/hide_connected_error"); | 1353 purple_prefs_remove("/plugins/core/autorecon/hide_connected_error"); |
1354 purple_prefs_remove("/plugins/core/autorecon/hide_connecting_error"); | 1354 purple_prefs_remove("/plugins/core/autorecon/hide_connecting_error"); |
1355 purple_prefs_remove("/plugins/core/autorecon/hide_reconnecting_dialog"); | 1355 purple_prefs_remove("/plugins/core/autorecon/hide_reconnecting_dialog"); |
1356 purple_prefs_remove("/plugins/core/autorecon/restore_state"); | 1356 purple_prefs_remove("/plugins/core/autorecon/restore_state"); |
1357 purple_prefs_remove("/plugins/core/autorecon"); | 1357 purple_prefs_remove("/plugins/core/autorecon"); |
1358 purple_prefs_remove("/purple/debug/timestamps"); | |
1359 | 1358 |
1360 /* Convert old sounds while_away pref to new 3-way pref. */ | 1359 /* Convert old sounds while_away pref to new 3-way pref. */ |
1361 if (purple_prefs_exists("/purple/sound/while_away") && | 1360 if (purple_prefs_exists("/purple/sound/while_away") && |
1362 purple_prefs_get_bool("/purple/sound/while_away")) | 1361 purple_prefs_get_bool("/purple/sound/while_away")) |
1363 { | 1362 { |