Mercurial > pidgin
comparison src/server.c @ 3472:d33ec392a5e1
[gaim-migrate @ 3523]
Rob McQueen went and removed all the GTK version preprocessor statements.
Thanks!
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 29 Aug 2002 21:40:08 +0000 |
| parents | 7a3f16a375a5 |
| children | cfbdfe334975 |
comparison
equal
deleted
inserted
replaced
| 3471:7fb93ecd631c | 3472:d33ec392a5e1 |
|---|---|
| 33 #include <errno.h> | 33 #include <errno.h> |
| 34 #include "gtkimhtml.h" | 34 #include "gtkimhtml.h" |
| 35 #include "prpl.h" | 35 #include "prpl.h" |
| 36 #include "multi.h" | 36 #include "multi.h" |
| 37 #include "gaim.h" | 37 #include "gaim.h" |
| 38 #ifdef USE_APPLET | |
| 39 #include "applet.h" | |
| 40 #endif | |
| 41 | 38 |
| 42 #include "pixmaps/ok.xpm" | 39 #include "pixmaps/ok.xpm" |
| 43 #include "pixmaps/cancel.xpm" | 40 #include "pixmaps/cancel.xpm" |
| 44 #include "pixmaps/tb_search.xpm" | 41 #include "pixmaps/tb_search.xpm" |
| 45 | 42 |
| 594 qm->gc = gc; | 591 qm->gc = gc; |
| 595 qm->tm = mtime; | 592 qm->tm = mtime; |
| 596 qm->flags = WFLAG_RECV | away; | 593 qm->flags = WFLAG_RECV | away; |
| 597 qm->len = len; | 594 qm->len = len; |
| 598 message_queue = g_slist_append(message_queue, qm); | 595 message_queue = g_slist_append(message_queue, qm); |
| 599 | |
| 600 #ifdef USE_APPLET | |
| 601 set_user_state(away); | |
| 602 #endif | |
| 603 | 596 |
| 604 row = find_queue_row_by_name(qm->name); | 597 row = find_queue_row_by_name(qm->name); |
| 605 | 598 |
| 606 if (row >= 0) { | 599 if (row >= 0) { |
| 607 char number[32]; | 600 char number[32]; |
