Use the right pointer. vv

Thu, 08 Jan 2009 04:10:31 +0000

author
Michael Ruprecht <maiku@pidgin.im>
date
Thu, 08 Jan 2009 04:10:31 +0000
branch
vv
changeset 26213
871de2401ab2
parent 26208
6a08a1778143
child 26214
782ab910bc4c

Use the right pointer.

pidgin/gtkconv.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkconv.c	Wed Jan 07 05:23:58 2009 +0000
+++ b/pidgin/gtkconv.c	Thu Jan 08 04:10:31 2009 +0000
@@ -7810,7 +7810,7 @@
 pidgin_conv_gtkmedia_destroyed(GtkWidget *widget, PidginConversation *gtkconv)
 {
 	gtk_widget_destroyed(widget, &(gtkconv->gtkmedia));
-	pidgin_conv_update_buttons_by_protocol((PurpleConversation*)gtkconv);
+	pidgin_conv_update_buttons_by_protocol(gtkconv->active_conv);
 }
 
 static gboolean

mercurial