Mercurial > pidgin
diff src/buddy.c @ 747:eec93c5929b9
[gaim-migrate @ 757]
minor changes
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 23 Aug 2000 05:43:46 +0000 |
| parents | 5a908dd5cfc4 |
| children | d2eef8a40a77 |
line wrap: on
line diff
--- a/src/buddy.c Wed Aug 23 04:14:47 2000 +0000 +++ b/src/buddy.c Wed Aug 23 05:43:46 2000 +0000 @@ -53,8 +53,6 @@ #include "pixmaps/buddychat.xpm" #include "pixmaps/im.xpm" #include "pixmaps/info.xpm" -#include "pixmaps/permadd.xpm" -#include "pixmaps/permdel.xpm" #include "pixmaps/away_icon.xpm" #include "pixmaps/daemon-buddyadd.xpm" @@ -62,26 +60,23 @@ #include "pixmaps/daemon-buddychat.xpm" #include "pixmaps/daemon-im.xpm" #include "pixmaps/daemon-info.xpm" -#include "pixmaps/daemon-permadd.xpm" -#include "pixmaps/daemon-permdel.xpm" #include "pixmaps/add_small.xpm" #include "pixmaps/import_small.xpm" #include "pixmaps/export_small.xpm" +#ifdef USE_APPLET #include "pixmaps/close_small.xpm" +#endif #include "pixmaps/exit_small.xpm" static GtkTooltips *tips; static GtkWidget *editpane; static GtkWidget *buddypane; static GtkWidget *imchatbox; -static GtkWidget *permitpane; static GtkWidget *edittree; static GtkWidget *imbutton, *infobutton, *chatbutton; static GtkWidget *addbutton, *groupbutton, *rembutton; -static int last_lag_us; - extern int ticker_prefs; GtkWidget *blist = NULL; @@ -1792,7 +1787,6 @@ GtkWidget *notebook; GtkWidget *label; GtkWidget *bbox; - GtkWidget *permopt; GtkWidget *tbox;
