# HG changeset patch # User Mark Doliner # Date 1130304146 0 # Node ID 86cdfd6b32a609991ac06192caac9669dcfa938e # Parent 36c2e09c2cf98328edfdd0feef3a6902be4dcf38 [gaim-migrate @ 14127] A note! committer: Tailor Script diff -r 36c2e09c2cf9 -r 86cdfd6b32a6 src/gtkstatusbox.c --- 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);