diff src/protocols/toc/toc.c @ 7067:71e0da45abe6

[gaim-migrate @ 7631] Core/UI split show_set_info(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 08:08:34 +0000
parents 7fdac700deb1
children fc9c74cfb306
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Tue Sep 30 07:57:03 2003 +0000
+++ b/src/protocols/toc/toc.c	Tue Sep 30 08:08:34 2003 +0000
@@ -1515,6 +1515,12 @@
 }
 
 static void
+show_set_info(GaimConnection *gc)
+{
+	gaim_account_request_change_user_info(gaim_connection_get_account(gc));
+}
+
+static void
 change_pass(GaimConnection *gc)
 {
 	gaim_account_request_change_password(gaim_connection_get_account(gc));