Mercurial > pidgin.yaz
comparison src/gtkblist.c @ 10738:55af3fa46329
[gaim-migrate @ 12340]
Lots of changes here. A lot of it stems from chaning
gaim_account_connect() so that it DOES NOT have the GaimStatus
parameter. It will attempt to use the GaimStatus of your
account from the last time it was connected (which doesn't
work quite right yet).
My goal here was to save and load each account's GaimStatuses
to accounts.xml, so if you were "away" when you signed off then
you'll be "away" when you sign back on. Not quite there yet.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 26 Mar 2005 20:08:43 +0000 |
parents | 8b2c81d9b271 |
children | e4cbe9401018 |
comparison
equal
deleted
inserted
replaced
10737:b7f0bc436179 | 10738:55af3fa46329 |
---|---|
4342 data->account_box = gaim_gtk_account_option_menu_new(account, FALSE, | 4342 data->account_box = gaim_gtk_account_option_menu_new(account, FALSE, |
4343 G_CALLBACK(add_buddy_select_account_cb), NULL, data); | 4343 G_CALLBACK(add_buddy_select_account_cb), NULL, data); |
4344 | 4344 |
4345 gtk_table_attach_defaults(GTK_TABLE(table), data->account_box, 1, 2, 3, 4); | 4345 gtk_table_attach_defaults(GTK_TABLE(table), data->account_box, 1, 2, 3, 4); |
4346 gaim_set_accessible_label (data->account_box, label); | 4346 gaim_set_accessible_label (data->account_box, label); |
4347 | |
4348 /* End of account box */ | 4347 /* End of account box */ |
4349 | 4348 |
4350 g_signal_connect(G_OBJECT(data->window), "response", | 4349 g_signal_connect(G_OBJECT(data->window), "response", |
4351 G_CALLBACK(add_buddy_cb), data); | 4350 G_CALLBACK(add_buddy_cb), data); |
4352 | 4351 |