pidgin/plugins/gestures/gestures.c

branch
soc.2013.gobjectification
changeset 34660
68c776e3436e
parent 34655
6a939719ea98
child 35037
bcf94ea5b8e5
child 36754
8250d6be8c02
--- a/pidgin/plugins/gestures/gestures.c	Thu Jun 27 23:00:47 2013 +0530
+++ b/pidgin/plugins/gestures/gestures.c	Fri Jun 28 01:42:32 2013 +0530
@@ -49,7 +49,7 @@
 	gtkconv = PIDGIN_CONVERSATION(conv);
 
 	gstroke_cleanup(gtkconv->webview);
-	purple_conversation_destroy(conv);
+	g_object_unref(conv);
 }
 
 static void

mercurial