comparison 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
comparison
equal deleted inserted replaced
7066:87bfe52a4099 7067:71e0da45abe6
1510 } 1510 }
1511 1511
1512 static GList *toc_away_states(GaimConnection *gc) 1512 static GList *toc_away_states(GaimConnection *gc)
1513 { 1513 {
1514 return g_list_append(NULL, GAIM_AWAY_CUSTOM); 1514 return g_list_append(NULL, GAIM_AWAY_CUSTOM);
1515 }
1516
1517 static void
1518 show_set_info(GaimConnection *gc)
1519 {
1520 gaim_account_request_change_user_info(gaim_connection_get_account(gc));
1515 } 1521 }
1516 1522
1517 static void 1523 static void
1518 change_pass(GaimConnection *gc) 1524 change_pass(GaimConnection *gc)
1519 { 1525 {