Mercurial > pidgin.yaz
changeset 9962:499a71d5d20f
[gaim-migrate @ 10870]
#if 0 some things so other things will compile and Gaim can be
fixed once piece at a time
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 07 Sep 2004 05:24:25 +0000 |
parents | ff704c905239 |
children | 0824e758111f |
files | plugins/docklet/docklet.c plugins/gaim-remote/remote.c plugins/iconaway.c |
diffstat | 3 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/docklet/docklet.c Tue Sep 07 05:15:38 2004 +0000 +++ b/plugins/docklet/docklet.c Tue Sep 07 05:24:25 2004 +0000 @@ -22,12 +22,13 @@ * 02111-1307, USA. */ -/* todo (in order of importance): - - unify the queue so we can have a global away without the dialog - - handle and update tooltips to show your current accounts/queued messages? - - show a count of queued messages in the unified queue - - dernyi's account status menu in the right click - - optional pop up notices when GNOME2's system-tray-applet supports it */ +/* TODO (in order of importance): + * - unify the queue so we can have a global away without the dialog + * - handle and update tooltips to show your current accounts/queued messages? + * - show a count of queued messages in the unified queue + * - dernyi's account status menu in the right click + * - optional pop up notices when GNOME2's system-tray-applet supports it + */ #include "internal.h" #include "gtkgaim.h"
--- a/plugins/gaim-remote/remote.c Tue Sep 07 05:15:38 2004 +0000 +++ b/plugins/gaim-remote/remote.c Tue Sep 07 05:24:25 2004 +0000 @@ -396,6 +396,7 @@ gaim_account_connect(account); /* don't need to do anything here because the UI will get updates from other handlers */ break; +#if 0 /* STATUS */ case CUI_USER_AWAY: { GSList* l; @@ -412,6 +413,7 @@ case CUI_USER_BACK: do_im_back(NULL, NULL); break; +#endif /* STATUS */ default: gaim_debug(GAIM_DEBUG_WARNING, "cui", "Unhandled user subtype %d\n", subtype);
--- a/plugins/iconaway.c Tue Sep 07 05:15:38 2004 +0000 +++ b/plugins/iconaway.c Tue Sep 07 05:24:25 2004 +0000 @@ -49,6 +49,7 @@ gc = gaim_account_get_connection(account); +#if 0 /* STATUS */ if (!imaway || !gc->away) return; @@ -69,6 +70,7 @@ gtk_window_iconify(GTK_WINDOW(gtkwin->window)); } } +#endif /* STATUS */ } /*