comparison plugins/perl/common/Server.xs @ 11975:aadf61b30056

[gaim-migrate @ 14268] 1. Fix the I'dle Mak'er plugin 2. Show a friendly "none of your accounts are idle" message in the I'dle Mak'er plugin when attempting to unidle your accounts and none of them are idle 3. HIGify the capitalization of the I'dle Mak'er menu items 4. i18n system log "signed on" and "signed off" messages 5. Log when your accounts become idle and unidle 6. Add default saved statuses if the user has no saved statuses 7. Removed serv_set_idle(). Use gaim_presence_set_idle() instead. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 04 Nov 2005 19:15:05 +0000
parents d2db6426c88a
children 4d3119205a33
comparison
equal deleted inserted replaced
11974:2ff2965895f3 11975:aadf61b30056
208 serv_set_buddyicon(gc, filename) 208 serv_set_buddyicon(gc, filename)
209 Gaim::Connection gc 209 Gaim::Connection gc
210 const char *filename 210 const char *filename
211 211
212 void 212 void
213 serv_set_idle(con, a)
214 Gaim::Connection con
215 int a
216
217 void
218 serv_set_info(con, a) 213 serv_set_info(con, a)
219 Gaim::Connection con 214 Gaim::Connection con
220 const char * a 215 const char * a
221 216
222 void 217 void