Mercurial > pidgin
diff plugins/filectl.c @ 9863:0e3a84f18467
[gaim-migrate @ 10742]
Whitespace and comment changes, mostly. And changed a few other things
that aren't ansi c...
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 25 Aug 2004 03:09:08 +0000 |
| parents | d7b8eb1f0a18 |
| children | a9fb4493ae22 |
line wrap: on
line diff
--- a/plugins/filectl.c Wed Aug 25 02:04:38 2004 +0000 +++ b/plugins/filectl.c Wed Aug 25 03:09:08 2004 +0000 @@ -92,10 +92,10 @@ c = gaim_find_conversation(arg1); if (c) { - /* disable for now - gaim_conversation_write(c, arg2, WFLAG_SEND, NULL, time(NULL), -1); - serv_send_im(c->gc, arg1, arg2, 0); - */ + /* disable for now + gaim_conversation_write(c, arg2, WFLAG_SEND, NULL, time(NULL), -1); + serv_send_im(c->gc, arg1, arg2, 0); + */ } free(arg1); free(arg2); @@ -104,13 +104,13 @@ serv_set_away_all(arg1); free(arg1); } else if (!strncasecmp(command, "hide", 4)) { - //hide_buddy_list(); + /* hide_buddy_list(); */ } else if (!strncasecmp(command, "unhide", 6)) { - //unhide_buddy_list(); + /* unhide_buddy_list(); */ } else if (!strncasecmp(command, "back", 4)) { - //do_im_back(); + /* do_im_back(); */ } else if (!strncasecmp(command, "quit", 4)) { - //gaim_core_quit(); + /* gaim_core_quit(); */ } free(command); }
