diff src/util.h @ 10869:3e43c132f151

[gaim-migrate @ 12556] We no longer call "serv_add_buddies" at log in. Any PRPL that relied on that should look through the buddy list itself and do whatever it needs to after calling gaim_connection_set_state(gc, GAIM_CONNECTED); committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 03:55:11 +0000
parents c4cb90065e1d
children 6240d7fd5b2c
line wrap: on
line diff
--- a/src/util.h	Mon Apr 25 03:41:16 2005 +0000
+++ b/src/util.h	Mon Apr 25 03:55:11 2005 +0000
@@ -350,6 +350,7 @@
 
 /**
  * Returns the gaim settings directory in the user's home directory.
+ * This is usually ~/.gaim
  *
  * @return The gaim settings directory.
  *