diff src/prefs.c @ 10389:c432b927b0b1

[gaim-migrate @ 11616] Cleaned up "use_server_alias" some more and removed the timestamp option. Default: Yes. The timestamp plugin will override this, however; also the timestamp is now centered in the conversation. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 16 Dec 2004 05:34:34 +0000
parents 00cd0c08bb04
children aab0c9508318
line wrap: on
line diff
--- a/src/prefs.c	Thu Dec 16 03:50:54 2004 +0000
+++ b/src/prefs.c	Thu Dec 16 05:34:34 2004 +0000
@@ -1031,4 +1031,5 @@
 	gaim_prefs_remove("/core/conversations/chat/show_join");
 	gaim_prefs_remove("/core/conversations/chat/show_leave");
 	gaim_prefs_remove("/core/conversations/combine_chat_im");
+	gaim_prefs_remove("/core/conversations/use_alias_for_title");
 }