| 982 return TRUE; |
982 return TRUE; |
| 983 } |
983 } |
| 984 |
984 |
| 985 void gaim_prefs_update_old() { |
985 void gaim_prefs_update_old() { |
| 986 /* Remove some no-longer-used prefs */ |
986 /* Remove some no-longer-used prefs */ |
| |
987 gaim_prefs_remove("/core/conversations/away_back_on_send"); |
| |
988 gaim_prefs_remove("/core/conversations/send_urls_as_links"); |
| 987 gaim_prefs_remove("/core/conversations/im/show_login"); |
989 gaim_prefs_remove("/core/conversations/im/show_login"); |
| 988 gaim_prefs_remove("/core/conversations/send_urls_as_links"); |
990 } |
| 989 } |
|