Mercurial > pidgin.yaz
changeset 6647:ed89cd0c675e
[gaim-migrate @ 7172]
Compile.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 29 Aug 2003 22:48:31 +0000 |
parents | b89d98f0bf79 |
children | adf49a9bb9a0 |
files | plugins/idle.c plugins/raw.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/idle.c Fri Aug 29 22:41:23 2003 +0000 +++ b/plugins/idle.c Fri Aug 29 22:48:31 2003 +0000 @@ -45,7 +45,7 @@ GtkWidget *optmenu; optmenu = gaim_gtk_account_option_menu_new(NULL, FALSE, - G_CALLBACK(select_account_cb), NULL); + G_CALLBACK(select_account_cb), NULL, NULL); gtk_box_pack_start(GTK_BOX(box), optmenu, FALSE, FALSE, 5);
--- a/plugins/raw.c Fri Aug 29 22:41:23 2003 +0000 +++ b/plugins/raw.c Fri Aug 29 22:48:31 2003 +0000 @@ -109,7 +109,7 @@ /* Account drop-down menu. */ dropdown = gaim_gtk_account_option_menu_new(NULL, FALSE, - G_CALLBACK(account_changed_cb), NULL); + G_CALLBACK(account_changed_cb), NULL, NULL); if (gaim_connections_get_all()) account = (GaimAccount *)gaim_connections_get_all()->data;