# HG changeset patch # User Gabriel Schulhof # Date 1190482627 0 # Node ID 9a08afe53bb4cf49ead3f636b187363ac5d8b4cc # Parent bb11a63f2ce049bbc7b41ce0f2d1da268cd285ef compile diff -r bb11a63f2ce0 -r 9a08afe53bb4 libpurple/request.c --- 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 *