I guess I shouldn't copy/paste code while running out the door.

Sun, 02 Oct 2011 02:37:56 +0000

author
Kevin Stange <kstange@pidgin.im>
date
Sun, 02 Oct 2011 02:37:56 +0000
changeset 32634
5d56f295adda
parent 32633
f9073e555cbd
child 32635
e5450a0ecde6

I guess I shouldn't copy/paste code while running out the door.

libpurple/account.c file | annotate | diff | comparison | revisions
--- 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;
 }

mercurial