comparison src/oscar.c @ 267:5c19f91e7ce4

[gaim-migrate @ 277] Turns out it's not GDK's problem. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 May 2000 08:37:29 +0000
parents 59f1748b09a6
children cfa39d39dec6
comparison
equal deleted inserted replaced
266:3b5b469d07f7 267:5c19f91e7ce4
85 signoff(); 85 signoff();
86 hide_login_progress("Disconnected."); 86 hide_login_progress("Disconnected.");
87 aim_logoff(sess); 87 aim_logoff(sess);
88 gdk_input_remove(inpa); 88 gdk_input_remove(inpa);
89 } else { 89 } else {
90 if (aim_rxdispatch(sess)) 90 aim_rxdispatch(sess);
91 debug_print("I hate GDK!\n");
92 } 91 }
93 } 92 }
94 } 93 }
95 94
96 int oscar_login(char *username, char *password) { 95 int oscar_login(char *username, char *password) {