changeset 26085:ba22c9420221

Use the right pointer.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 08 Jan 2009 04:10:31 +0000
parents 9a8876493f3f
children dd3bdf691623
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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