| 1320 int gtk_font_options = 0; |
1320 int gtk_font_options = 0; |
| 1321 GString *logstr; |
1321 GString *logstr; |
| 1322 char buf2[BUF_LONG]; |
1322 char buf2[BUF_LONG]; |
| 1323 char mdate[64]; |
1323 char mdate[64]; |
| 1324 |
1324 |
| 1325 if (!g_list_find(conversations, c)) |
1325 if (!c->is_chat && !g_list_find(conversations, c)) |
| |
1326 return; |
| |
1327 |
| |
1328 if (c->is_chat && (!c->gc || !g_slist_find(c->gc->buddy_chats, c))) |
| 1326 return; |
1329 return; |
| 1327 |
1330 |
| 1328 strftime(mdate, sizeof(mdate), "%H:%M:%S", localtime(&mtime)); |
1331 strftime(mdate, sizeof(mdate), "%H:%M:%S", localtime(&mtime)); |
| 1329 |
1332 |
| 1330 gtk_font_options = gtk_font_options ^ GTK_IMHTML_NO_COMMENTS; |
1333 gtk_font_options = gtk_font_options ^ GTK_IMHTML_NO_COMMENTS; |