# HG changeset patch # User Tim Ringenbach # Date 1126745208 0 # Node ID 726264a8f48f803014a216d010da294b7b5620ae # Parent 3c536224f0d093a6c7d83eb14299be558cce291e [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 diff -r 3c536224f0d0 -r 726264a8f48f src/protocols/sametime/sametime.c --- 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 }