Mercurial > pidgin
comparison HACKING @ 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 | da88e2cd5c53 |
children | db62420a53a2 |
comparison
equal
deleted
inserted
replaced
9708:d49a19e8320c | 9709:4d05b6e9e9cd |
---|---|
182 the same function, build_conv_toolbar. | 182 the same function, build_conv_toolbar. |
183 | 183 |
184 core.c: | 184 core.c: |
185 This is the start of what will become the main() for gaim-core. | 185 This is the start of what will become the main() for gaim-core. |
186 | 186 |
187 dialogs.c: | 187 gtkdialogs.c: |
188 A massive file with a lot of little utility functions. This is where all | 188 A massive file with a lot of little utility functions. This is where all |
189 of those little dialog windows are created. Things like the warn dialog | 189 of those little dialog windows are created. Things like the warn dialog |
190 and the add buddy dialog are here. Not all of the dialogs in gaim are in | 190 and the add buddy dialog are here. Not all of the dialogs in gaim are in |
191 this file, though. But most of them are. This is also where do_import | 191 this file, though. But most of them are. This is also where do_import |
192 is housed, to import buddy lists. (The actual buddy list parsing code | 192 is housed, to import buddy lists. (The actual buddy list parsing code |