diff HACKING @ 10320:61852117568f

[gaim-migrate @ 11527] A little code cleanup here and there. And I removed gaim_setup() from gtkmain.c and put it in gtksound.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 21:05:52 +0000
parents 32467b63f55a
children 364a2ef907ae
line wrap: on
line diff
--- a/HACKING	Sun Dec 05 18:57:57 2004 +0000
+++ b/HACKING	Sun Dec 05 21:05:52 2004 +0000
@@ -204,12 +204,9 @@
   reporting idle time (imagine that). It's a pretty straight-forward file.
   This also takes care of the auto-away stuff.
 
-main.c:
+gtkmain.c:
   This is where the main() function is. It takes care of a lot of the
-  initialization stuff, and showing the login window. It's pretty tiny
-  and there's not really much to edit in it. This has some of the most
-  pointless functions, like gaim_setup, which optionally turns off sounds
-  on signon. A lot of this file should actually be part of other files.
+  initialization stuff, and showing the buddy list or account editor.
 
 md5.c:
   Oscar, Yahoo, and MSN all require md5 hashing, so better to put it in