Mercurial > pidgin
comparison src/conversation.c @ 2270:d82efea341ef
[gaim-migrate @ 2280]
new libfaim. stupid bugs.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 12 Sep 2001 00:39:51 +0000 |
| parents | 837aa71710c5 |
| children | f5bf315e6104 |
comparison
equal
deleted
inserted
replaced
| 2269:7ff6170d84a0 | 2270:d82efea341ef |
|---|---|
| 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; |
