changeset 32717:f044a5bdb3c6

I guess I shouldn't copy/paste code while running out the door.
author Kevin Stange <kevin@simguy.net>
date Sun, 02 Oct 2011 02:37:56 +0000
parents 3555d352ee4a
children 44fc11beefab
files libpurple/account.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/account.c	Sun Oct 02 00:14:08 2011 +0000
+++ b/libpurple/account.c	Sun Oct 02 02:37:56 2011 +0000
@@ -2480,10 +2480,10 @@
 }
 
 void
-purple_request_field_set_ui_data(PurpleAccount *account,
+purple_account_set_ui_data(PurpleAccount *account,
                                  gpointer ui_data)
 {
-        g_return_if_fail(acount != NULL);
+        g_return_if_fail(account != NULL);
 
         account->ui_data = ui_data;
 }