comparison 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
comparison
equal deleted inserted replaced
11835:36c2e09c2cf9 11836:86cdfd6b32a6
32 #include "gtkgaim.h" 32 #include "gtkgaim.h"
33 #include "gtksavedstatuses.h" 33 #include "gtksavedstatuses.h"
34 #include "gtkstock.h" 34 #include "gtkstock.h"
35 #include "gtkstatusbox.h" 35 #include "gtkstatusbox.h"
36 36
37 /*
38 * TODO: The preference "/core/status/current" contains the name of
39 * the GaimSavedStatus that is the current master status of all
40 * enabled accounts. We need to monitor this preference and
41 * update ourself when the pref changes.
42 */
43
37 static void imhtml_changed_cb(GtkTextBuffer *buffer, void *data); 44 static void imhtml_changed_cb(GtkTextBuffer *buffer, void *data);
38 static void remove_typing_cb(GtkGaimStatusBox *box); 45 static void remove_typing_cb(GtkGaimStatusBox *box);
39 46
40 static void gtk_gaim_status_box_regenerate(GtkGaimStatusBox *status_box); 47 static void gtk_gaim_status_box_regenerate(GtkGaimStatusBox *status_box);
41 static void gtk_gaim_status_box_changed(GtkComboBox *box); 48 static void gtk_gaim_status_box_changed(GtkComboBox *box);