--- 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;