Mercurial > pidgin
comparison src/gtkaccount.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 | 9124c0ddc434 |
children | 4d2eba0e14ee |
comparison
equal
deleted
inserted
replaced
9708:d49a19e8320c | 9709:4d05b6e9e9cd |
---|---|
38 #include "util.h" | 38 #include "util.h" |
39 | 39 |
40 #include "gaim-disclosure.h" | 40 #include "gaim-disclosure.h" |
41 #include "gtkaccount.h" | 41 #include "gtkaccount.h" |
42 #include "gtkblist.h" | 42 #include "gtkblist.h" |
43 #include "gtkdialogs.h" | |
43 #include "gtkutils.h" | 44 #include "gtkutils.h" |
44 #include "stock.h" | 45 #include "stock.h" |
45 | |
46 #include "ui.h" | |
47 | 46 |
48 enum | 47 enum |
49 { | 48 { |
50 COLUMN_ICON, | 49 COLUMN_ICON, |
51 COLUMN_SCREENNAME, | 50 COLUMN_SCREENNAME, |