Mercurial > pidgin
changeset 12852:9e9c8601e5f2
[gaim-migrate @ 15202]
Make the build build.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 12 Jan 2006 07:07:13 +0000 |
parents | c1317074fce3 |
children | 3612e3e5dc3d |
files | src/gtkprivacy.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkprivacy.c Thu Jan 12 07:07:01 2006 +0000 +++ b/src/gtkprivacy.c Thu Jan 12 07:07:13 2006 +0000 @@ -399,8 +399,7 @@ /* Accounts drop-down */ dropdown = gaim_gtk_account_option_menu_new(NULL, FALSE, - G_CALLBACK(select_account_cb), - check_account_func, dialog); + G_CALLBACK(select_account_cb), NULL, dialog); gtk_box_pack_start(GTK_BOX(hbox), dropdown, FALSE, FALSE, 0); gtk_widget_show(dropdown); gaim_set_accessible_label (dropdown, label);