Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gaimrc.c Sat Jun 14 23:50:24 2003 +0000 +++ b/src/gaimrc.c Sun Jun 15 02:03:23 2003 +0000 @@ -1647,7 +1647,7 @@ old_pounce_opts_to_new(ph->options, &events, &actions); - pounce = gaim_gtkpounce_new(account, ph->name, events); + pounce = gaim_pounce_new(GAIM_GTK_UI, account, ph->name, events); gaim_pounce_action_set_enabled(pounce, "open-window", (actions & GAIM_GTKPOUNCE_OPEN_WIN));