[gaim-migrate @ 13802]

Thu, 15 Sep 2005 00:46:48 +0000

author
Tim Ringenbach <marv@pidgin.im>
date
Thu, 15 Sep 2005 00:46:48 +0000
changeset 11547
57030f6e763f
parent 11546
acb5676e57bb
child 11548
a6da5e2af5b3

[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.

src/protocols/sametime/sametime.c file | annotate | diff | comparison | revisions
--- 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
 }
 
 

mercurial