Mercurial > pidgin
comparison plugins/timestamp.c @ 13396:bb17a6cb32dc
[gaim-migrate @ 15769]
This plugin should also not be forcing message timestamps on when it is
unloaded.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Mon, 06 Mar 2006 09:21:35 +0000 |
| parents | e132f0969763 |
| children | 779dfb7925be |
comparison
equal
deleted
inserted
replaced
| 13395:ff4e85e04adf | 13396:bb17a6cb32dc |
|---|---|
| 230 { | 230 { |
| 231 GList *cnvs; | 231 GList *cnvs; |
| 232 | 232 |
| 233 destroy_timer_list(); | 233 destroy_timer_list(); |
| 234 | 234 |
| 235 for (cnvs = gaim_get_conversations(); cnvs != NULL; cnvs = cnvs->next) { | |
| 236 GaimConversation *c = cnvs->data; | |
| 237 GaimGtkConversation *conv = GAIM_GTK_CONVERSATION(c); | |
| 238 gtk_imhtml_show_comments(GTK_IMHTML(conv->imhtml), TRUE); | |
| 239 } | |
| 240 | |
| 241 return TRUE; | 235 return TRUE; |
| 242 } | 236 } |
| 243 | 237 |
| 244 static GaimGtkPluginUiInfo ui_info = | 238 static GaimGtkPluginUiInfo ui_info = |
| 245 { | 239 { |
