# HG changeset patch # User Mark Doliner # Date 1094534665 0 # Node ID 499a71d5d20f7853fc1b3b38050be9222034076d # Parent ff704c9052396f50228c546d6a2226f82a8d3898 [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 diff -r ff704c905239 -r 499a71d5d20f plugins/docklet/docklet.c --- 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" diff -r ff704c905239 -r 499a71d5d20f plugins/gaim-remote/remote.c --- 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); diff -r ff704c905239 -r 499a71d5d20f plugins/iconaway.c --- 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 */ } /*