libpurple/request.c

changeset 20689
53516c65e3a8
parent 20688
e4a818184e5a
child 20696
fed6b4e72b8f
--- a/libpurple/request.c	Sat Sep 22 17:33:36 2007 +0000
+++ b/libpurple/request.c	Sat Sep 22 17:37:07 2007 +0000
@@ -1424,7 +1424,7 @@
 				  void *user_data)
 {
 	return purple_request_file_with_hint(
-		handle, title, filename, savedialog ok_cb, cancel_cb, account, who, conv, "blist", user_data);
+		handle, title, filename, savedialog, ok_cb, cancel_cb, account, who, conv, "blist", user_data);
 }
 
 void *

mercurial