changeset 13392:e132f0969763

[gaim-migrate @ 15765] The timestamp plugin shouldn't be disabling the "Gaim timestamps" in this way. It causes the Show Timestamps item in the conversation window's Options menu to not reflect reality (i.e. the option is checked, but no timestamps show up). I think that users can just use the Show Timestamps option to control that setting independently. If people really want this plugin to force timestamps off, it should do so by setting "/gaim/gtk/conversations/show_timestamps" to FALSE and greying out the Show Timestamps menu item. I think this fixes SF Bug #1385439. (It does if they were using this plugin.) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 04 Mar 2006 20:18:34 +0000
parents 5d2bde0687ed
children b0dd97098699
files plugins/timestamp.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/timestamp.c	Fri Mar 03 22:27:28 2006 +0000
+++ b/plugins/timestamp.c	Sat Mar 04 20:18:34 2006 +0000
@@ -110,8 +110,6 @@
 	if (!g_list_find(gaim_get_conversations(), conv))
 		return;
 
-	gtk_imhtml_show_comments(GTK_IMHTML(c->imhtml), FALSE);
-
 	/*
 	This if statement stops conversations that have already been initialized for timestamps
 	from being reinitialized.  This prevents every active conversation from immediately being spammed