Mercurial > pidgin
changeset 11547:726264a8f48f
[gaim-migrate @ 13802]
take that, GaimConvWindow! I shall rip thee out, one line at a time!
I hope this doesn't break anything too badly. If #if 0'd it to try to remind
myself to come back here later when i write a new function to do what this
did.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Thu, 15 Sep 2005 00:46:48 +0000 |
parents | 3c536224f0d0 |
children | 30ad548e8537 |
files | src/protocols/sametime/sametime.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c Wed Sep 14 19:10:39 2005 +0000 +++ b/src/protocols/sametime/sametime.c Thu Sep 15 00:46:48 2005 +0000 @@ -2108,7 +2108,6 @@ struct mwIdBlock *idb; GaimConversation *gconv; - GaimConvWindow *win; srvc = mwConversation_getService(conv); session = mwService_getSession(MW_SERVICE(srvc)); @@ -2125,10 +2124,14 @@ g_return_if_fail(gconv != NULL); + +#if 0 + GaimConvWindow *win; win = gaim_conversation_get_window(gconv); g_return_if_fail(win != NULL); gaim_conv_window_show(win); +#endif }