diff pidgin/gtknotify.c @ 32767:2ec94166be43

On the way to hiding the PurpleConnection struct. * Added purple_connection_get_flags() and purple_connection_set_flags() * Use purple_connection_ accessor functions.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 18:47:48 +0000
parents 3b4c865dc2ce
children 8878ea011fa1
line wrap: on
line diff
--- 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;