comparison pidgin/gtkpounce.c @ 15439:a415922e2882

merge of '8f5c72b9dbcf628f35e4674469f97b34f9c6fa2c' and 'e082ba7b9cfaf0fef0531d0fe9b54af7831f75df'
author Ethan Blanton <elb@pidgin.im>
date Sun, 28 Jan 2007 01:24:15 +0000
parents 29e443e0613f
children d75099d2567e
comparison
equal deleted inserted replaced
15426:c9497aad9fc4 15439:a415922e2882
184 184
185 account = gaim_pounce_get_pouncer(pounce); 185 account = gaim_pounce_get_pouncer(pounce);
186 186
187 events = gaim_pounce_get_events(pounce); 187 events = gaim_pounce_get_events(pounce);
188 188
189 pixbuf = gaim_gtk_create_prpl_icon(account, 0.5); 189 pixbuf = gaim_gtk_create_prpl_icon(account, PIDGIN_PRPL_ICON_MEDIUM);
190 190
191 pouncer = gaim_account_get_username(account); 191 pouncer = gaim_account_get_username(account);
192 pouncee = gaim_pounce_get_pouncee(pounce); 192 pouncee = gaim_pounce_get_pouncee(pounce);
193 recurring = gaim_pounce_get_save(pounce); 193 recurring = gaim_pounce_get_save(pounce);
194 194