Mercurial > pidgin
comparison src/aim.c @ 200:bc117fbcf527
[gaim-migrate @ 210]
Made the receive non-blocking, added a cancel button, and a few other updates.
No, sending a file to someone does not work yet. Be patient.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 30 Apr 2000 21:47:04 +0000 |
| parents | 77ba079b355a |
| children | f7e17fb767eb |
comparison
equal
deleted
inserted
replaced
| 199:be5fbefdb195 | 200:bc117fbcf527 |
|---|---|
| 444 (general_options & OPT_GEN_REMEMBER_PASS)) { | 444 (general_options & OPT_GEN_REMEMBER_PASS)) { |
| 445 dologin(signon, NULL); | 445 dologin(signon, NULL); |
| 446 } | 446 } |
| 447 } | 447 } |
| 448 | 448 |
| 449 extern show_debug(GtkObject *); | 449 extern void show_debug(GtkObject *); |
| 450 | 450 |
| 451 int main(int argc, char *argv[]) | 451 int main(int argc, char *argv[]) |
| 452 { | 452 { |
| 453 #ifdef USE_APPLET | 453 #ifdef USE_APPLET |
| 454 InitAppletMgr( argc, argv ); | 454 InitAppletMgr( argc, argv ); |
