pidgin/purple-plugin-pack

schedule compiles, but won't work

2013-04-07, Gary Kramlich
e46bfbb16c6c
Parents 8e85468ccbe6
Children cca84690a1cb
schedule compiles, but won't work
--- a/schedule/pidgin-schedule.c Sun Apr 07 18:12:11 2013 -0500
+++ b/schedule/pidgin-schedule.c Sun Apr 07 18:12:21 2013 -0500
@@ -271,7 +271,7 @@
win->accounts = optmenu = pidgin_account_option_menu_new(NULL, TRUE, NULL, NULL, NULL);
win->buddy = entry = gtk_entry_new();
- pidgin_setup_screenname_autocomplete(entry, optmenu, FALSE);
+ pidgin_setup_screenname_autocomplete(entry, optmenu, NULL, NULL);
fr = pidgin_create_imhtml(TRUE, &imhtml, NULL, NULL);
win->imhtml = imhtml;
/* XXX: set the formatting to default send-message format */