pidgin/purple-plugin-pack

50d2df169342
Parents 18679d7f349c
Children 24b4d4216484
Possibly fix a crash I was experiencing that may be indirectly related to
the new persistent conversation stuff.
--- a/xmmsremote/xmmsremote.c Sat Sep 22 20:52:16 2007 -0400
+++ b/xmmsremote/xmmsremote.c Mon Sep 24 04:26:26 2007 -0400
@@ -723,7 +723,7 @@
win = pidgin_conv_get_window(PIDGIN_CONVERSATION(conv));
- if(pidgin_conv_window_get_gtkconv_count(win) != 1)
+ if(win == NULL || pidgin_conv_window_get_gtkconv_count(win) != 1)
return;
for(l = buttons; l != NULL; l = l_next) {