Mercurial > pidgin
diff src/server.c @ 4398:a8249a5250b6
[gaim-migrate @ 4667]
Made use of the new GAIM_IS_GTK_WINDOW() and GAIM_IS_GTK_CONVERSATION()
macros.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 22 Jan 2003 23:46:59 +0000 |
| parents | 5fb47ec9bfe4 |
| children | 8067614e49e4 |
line wrap: on
line diff
--- a/src/server.c Wed Jan 22 23:20:09 2003 +0000 +++ b/src/server.c Wed Jan 22 23:46:59 2003 +0000 @@ -95,7 +95,7 @@ gc->buddy_chats = g_slist_remove(gc->buddy_chats, b); /* TODO: Nuke the UI-specific code here. */ - if (gaim_conversation_get_ops(b) == gaim_get_gtk_conversation_ops()) + if (GAIM_IS_GTK_CONVERSATION(b)) gaim_gtkconv_update_buttons_by_protocol(b); }
