# HG changeset patch # User Richard Laager # Date 1141503514 0 # Node ID e132f0969763856f718864cea114298f7599364b # Parent 5d2bde0687ed227c5edf4670b474c794f4193b22 [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 diff -r 5d2bde0687ed -r e132f0969763 plugins/timestamp.c --- 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