comparison src/gaimrc.c @ 5875:448f2f4ca3ec

[gaim-migrate @ 6307] Rewrote the pounce framework.. yes, again. But now it saves! OOhh!! Neato. Things are cleaner too. AND I CHANGED THE OK BUTTON TO SAVE! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 02:03:23 +0000
parents 964e4f94fc56
children 466e0103ff8b
comparison
equal deleted inserted replaced
5874:964e4f94fc56 5875:448f2f4ca3ec
1645 1645
1646 account = gaim_accounts_find(ph->pouncer, ph->protocol); 1646 account = gaim_accounts_find(ph->pouncer, ph->protocol);
1647 1647
1648 old_pounce_opts_to_new(ph->options, &events, &actions); 1648 old_pounce_opts_to_new(ph->options, &events, &actions);
1649 1649
1650 pounce = gaim_gtkpounce_new(account, ph->name, events); 1650 pounce = gaim_pounce_new(GAIM_GTK_UI, account, ph->name, events);
1651 1651
1652 gaim_pounce_action_set_enabled(pounce, "open-window", 1652 gaim_pounce_action_set_enabled(pounce, "open-window",
1653 (actions & GAIM_GTKPOUNCE_OPEN_WIN)); 1653 (actions & GAIM_GTKPOUNCE_OPEN_WIN));
1654 gaim_pounce_action_set_enabled(pounce, "popup-notify", 1654 gaim_pounce_action_set_enabled(pounce, "popup-notify",
1655 (actions & GAIM_GTKPOUNCE_POPUP)); 1655 (actions & GAIM_GTKPOUNCE_POPUP));