Mercurial > pidgin
comparison src/gaimrc.c @ 338:9d258a0aa560
[gaim-migrate @ 348]
Whoa, all kinds of things happened here. The applet looks better. The
preferences dialog changes based on your compile-time options (oscar,
gnome). Whispering works again. libfaim got updated; it can almost do
RVOUS stuff, and hopefully soon can make requests too. The applet doesn't
need to have its sounds go through GNOME, although it still can. There
is code to facilitate SOCKS5 support (all that needs to be done is to
actually write the code to communicate with the proxy server).
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 06 Jun 2000 09:55:30 +0000 |
parents | d9894fee20fe |
children | 0d9cfc3579a5 |
comparison
equal
deleted
inserted
replaced
337:f5b199e20d12 | 338:9d258a0aa560 |
---|---|
29 #include <stdio.h> | 29 #include <stdio.h> |
30 #include <stdlib.h> | 30 #include <stdlib.h> |
31 #include <gtk/gtk.h> | 31 #include <gtk/gtk.h> |
32 #include "gaim.h" | 32 #include "gaim.h" |
33 #include "proxy.h" | 33 #include "proxy.h" |
34 | |
35 #ifdef USE_APPLET | |
36 #include "gnome_applet_mgr.h" | |
37 #endif | |
38 | 34 |
39 /* for people like myself, who are too lazy to add an away msg :) */ | 35 /* for people like myself, who are too lazy to add an away msg :) */ |
40 #define BORING_DEFAULT_AWAY_MSG "sorry, i ran out for a while. bbl" | 36 #define BORING_DEFAULT_AWAY_MSG "sorry, i ran out for a while. bbl" |
41 | 37 |
42 struct aim_user *current_user = NULL; | 38 struct aim_user *current_user = NULL; |