summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2004-08-08 00:48:19 +0000
committerMark Doliner <markdoliner@pidgin.im>2004-08-08 00:48:19 +0000
commit34e37f4129aec7811e908666bd0f4201c60dfe74 (patch)
treebfc410187c94fef7468db42e1431a0e878c8312d /HACKING
parentbc9b71928d50d4075163cbd00d058c7e08791096 (diff)
downloadpidgin-34e37f4129aec7811e908666bd0f4201c60dfe74.tar.gz
[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.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 00214f0860..7ce67928db 100644
--- a/HACKING
+++ b/HACKING
@@ -184,7 +184,7 @@ conversation.c:
core.c:
This is the start of what will become the main() for gaim-core.
-dialogs.c:
+gtkdialogs.c:
A massive file with a lot of little utility functions. This is where all
of those little dialog windows are created. Things like the warn dialog
and the add buddy dialog are here. Not all of the dialogs in gaim are in