diff src/gtkstatusbox.c @ 11836:86cdfd6b32a6

[gaim-migrate @ 14127] A note! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 26 Oct 2005 05:22:26 +0000
parents 7584d802f0ac
children 0d793b594a23
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Wed Oct 26 05:20:39 2005 +0000
+++ b/src/gtkstatusbox.c	Wed Oct 26 05:22:26 2005 +0000
@@ -34,6 +34,13 @@
 #include "gtkstock.h"
 #include "gtkstatusbox.h"
 
+/*
+ * TODO: The preference "/core/status/current" contains the name of
+ *       the GaimSavedStatus that is the current master status of all
+ *       enabled accounts.  We need to monitor this preference and
+ *       update ourself when the pref changes.
+ */
+
 static void imhtml_changed_cb(GtkTextBuffer *buffer, void *data);
 static void remove_typing_cb(GtkGaimStatusBox *box);