Mercurial > pidgin
comparison src/oscar.c @ 966:f7886476f9d9
[gaim-migrate @ 976]
yay, the applet works again (mostly)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 10 Oct 2000 10:35:05 +0000 |
parents | 50f2977537d8 |
children | 26354cf6a362 |
comparison
equal
deleted
inserted
replaced
965:50f2977537d8 | 966:f7886476f9d9 |
---|---|
1153 aim_bos_reqpersonalinfo(sess, command->conn); | 1153 aim_bos_reqpersonalinfo(sess, command->conn); |
1154 aim_bos_reqlocaterights(sess, command->conn); | 1154 aim_bos_reqlocaterights(sess, command->conn); |
1155 aim_bos_setprofile(sess, command->conn, gc->user_info, NULL, gaim_caps); | 1155 aim_bos_setprofile(sess, command->conn, gc->user_info, NULL, gaim_caps); |
1156 aim_bos_reqbuddyrights(sess, command->conn); | 1156 aim_bos_reqbuddyrights(sess, command->conn); |
1157 | 1157 |
1158 gtk_widget_hide(mainwindow); | 1158 if (mainwindow) |
1159 gtk_widget_hide(mainwindow); | |
1159 show_buddy_list(); | 1160 show_buddy_list(); |
1160 | 1161 |
1161 #ifdef USE_APPLET | 1162 #ifdef USE_APPLET |
1162 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { | 1163 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { |
1163 refresh_buddy_window(); | 1164 refresh_buddy_window(); |