pidgin/gtknotify.c

changeset 32678
01f6312a4a7b
parent 32521
9281613a8688
child 32691
d6eb58903f8b
--- a/pidgin/gtknotify.c	Tue Oct 18 04:47:58 2011 +0000
+++ b/pidgin/gtknotify.c	Tue Oct 18 18:47:48 2011 +0000
@@ -1076,7 +1076,7 @@
 	g_signal_connect_swapped(G_OBJECT(close_button), "clicked",
 	                         G_CALLBACK(searchresults_close_cb), data);
 
-	data->account = gc->account;
+	data->account = purple_connection_get_account(gc);
 	data->model = model;
 	data->treeview = treeview;
 	data->window = window;

mercurial