comparison src/status.c @ 9709:4d05b6e9e9cd

[gaim-migrate @ 10570] This patch is freaking massive. Renamed ui.h to gtkdialogs.h Renamed dialogs.c to gtkdialogs.c sed'ed the hell out of the .po files These files are similar to gtkutil.c/.h. They are meant to contain dialogs such as the "New Instant Message" window, which does not belong in gtkblist.c or gtkconv.c, and is called from both places. Eventually the functions in gtkdialogs.c/.h should be changed to conform to Gaim's naming convention. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 00:48:19 +0000
parents 1a016d979ce0
children c9ac1976ef01
comparison
equal deleted inserted replaced
9708:d49a19e8320c 9709:4d05b6e9e9cd
25 #include "debug.h" 25 #include "debug.h"
26 #include "util.h" 26 #include "util.h"
27 27
28 /* XXX CORE/UI */ 28 /* XXX CORE/UI */
29 #include "gtkinternal.h" 29 #include "gtkinternal.h"
30 #include "ui.h" 30 #include "gtkdialogs.h"
31 31
32 32
33 /* for people like myself who are too lazy to add an away msg :) */ 33 /* for people like myself who are too lazy to add an away msg :) */
34 /* I don't know who "myself" is in this context. The exclamation point 34 /* I don't know who "myself" is in this context. The exclamation point
35 * makes it slightly less boring ;) */ 35 * makes it slightly less boring ;) */