comparison src/gtkblist.c @ 10418:bed2c96bc1fb

[gaim-migrate @ 11669] I split the status-saving code into it's own little API, because it really is separate from the other status.c savedstatuses.c sits on top of the rest of the status API. And you can delete saved statuses now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 00:46:26 +0000
parents 9f28196ed769
children f7f06cb69d5e
comparison
equal deleted inserted replaced
10417:823ad21cd95a 10418:bed2c96bc1fb
49 #include "gtklog.h" 49 #include "gtklog.h"
50 #include "gtkpounce.h" 50 #include "gtkpounce.h"
51 #include "gtkprefs.h" 51 #include "gtkprefs.h"
52 #include "gtkprivacy.h" 52 #include "gtkprivacy.h"
53 #include "gtkroomlist.h" 53 #include "gtkroomlist.h"
54 #include "gtksavedstatuses.h"
54 #include "gtksound.h" 55 #include "gtksound.h"
55 #include "gtkstatus.h"
56 #include "gtkstatusselector.h" 56 #include "gtkstatusselector.h"
57 #include "gtkutils.h" 57 #include "gtkutils.h"
58 58
59 #include <gdk/gdkkeysyms.h> 59 #include <gdk/gdkkeysyms.h>
60 #include <gtk/gtk.h> 60 #include <gtk/gtk.h>