diff pidgin/gtkutils.c @ 32703:308519b40f50

Use purple_conversation accessor methods.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 16:21:16 +0000
parents 68fe7b5211a7
children 2ec94166be43
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Sat Oct 01 15:50:20 2011 +0000
+++ b/pidgin/gtkutils.c	Sat Oct 01 16:21:16 2011 +0000
@@ -3480,7 +3480,7 @@
 		return TRUE;
 	purple_request_file(conv->active_conv, _("Save File"), NULL, TRUE,
 	                    G_CALLBACK(savefile_write_cb), NULL,
-	                    conv->active_conv->account, NULL, conv->active_conv,
+	                    purple_conversation_get_account(conv->active_conv), NULL, conv->active_conv,
 	                    (void *)url);
 	return TRUE;
 }