Mercurial > pidgin
diff src/prefs.c @ 8942:06f47021ddd3
[gaim-migrate @ 9712]
Eradicate the "Sending message removes away status" preference.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 16 May 2004 00:39:03 +0000 |
| parents | 438e8d857554 |
| children | 175cbf710a47 |
line wrap: on
line diff
--- a/src/prefs.c Sun May 16 00:26:08 2004 +0000 +++ b/src/prefs.c Sun May 16 00:39:03 2004 +0000 @@ -984,6 +984,7 @@ void gaim_prefs_update_old() { /* Remove some no-longer-used prefs */ - gaim_prefs_remove("/core/conversations/im/show_login"); + gaim_prefs_remove("/core/conversations/away_back_on_send"); gaim_prefs_remove("/core/conversations/send_urls_as_links"); + gaim_prefs_remove("/core/conversations/im/show_login"); }
