org.guifications.plugins: 50af3299b6aaead836d1bfd9a89168a3a410726b

sadrul at guifications.org sadrul at guifications.org
Wed Apr 23 00:10:10 CDT 2008


-----------------------------------------------------------------
Revision: 50af3299b6aaead836d1bfd9a89168a3a410726b
Ancestor: f09d18bf539ac5277d82c5b0c94692107074a0bb
Author: sadrul at guifications.org
Date: 2008-04-23T05:09:46
Branch: org.guifications.plugins

Modified files:
        xchat-chats/xchat-chats.c

ChangeLog: 

Comment out the stuff added to deal with hidden conversation without
uidata. This isn't necessary anymore. Fixes #481.

-----------------------------------------------------------------
This revision's diffstat output:
 xchat-chats.c |    4 ++++
 1 file changed, 4 insertions(+)
-------------- next part --------------
============================================================
--- xchat-chats/xchat-chats.c	bf3355fa9a6578f3c3562b65fdd26c5bc0aac97e
+++ xchat-chats/xchat-chats.c	3219aca00d3cc2cf0889fe3cf175d5212720dc44
@@ -362,6 +362,7 @@ purple_xchat_destroy_conv(PurpleConversa
 	}
 }
 
+#if 0
 static void
 workaround_for_hidden_convs(PidginConversation *gtkconv)
 {
@@ -372,6 +373,7 @@ workaround_for_hidden_convs(PidginConver
 		return;
 	purple_conversation_use_xtext(conv);
 }
+#endif
 
 static gboolean
 plugin_load(PurplePlugin *plugin)
@@ -406,8 +408,10 @@ plugin_load(PurplePlugin *plugin)
 		list = list->next;
 	}
 
+#if 0
 	purple_signal_connect(pidgin_conversations_get_handle(), "conversation-displayed",
 			plugin, G_CALLBACK(workaround_for_hidden_convs), NULL);
+#endif
 
 	return TRUE;
 }


More information about the Plugins-commits mailing list