# HG changeset patch # User Mark Doliner # Date 1174778905 0 # Node ID 4e44a9eaceec6d422a04e98cd61fb5c4d3c6c3ab # Parent fd6e3382e7344adf5ba7f2e01e88d5720ba6ce7c Go back to using ~/.gaim/ until we decide what to do. diff -r fd6e3382e734 -r 4e44a9eaceec libpurple/util.c --- a/libpurple/util.c Sat Mar 24 23:11:15 2007 +0000 +++ b/libpurple/util.c Sat Mar 24 23:28:25 2007 +0000 @@ -2184,8 +2184,8 @@ #endif } -/* returns a string of the form ~/.purple, where ~ is replaced by the user's home - * dir. Note that there is no trailing slash after .purple. */ +/* returns a string of the form ~/.gaim, where ~ is replaced by the user's home + * dir. Note that there is no trailing slash after .gaim. */ const char * purple_user_dir(void) { @@ -2196,7 +2196,7 @@ if (hd) { g_strlcpy((char*) &home_dir, hd, sizeof(home_dir)); - g_strlcat((char*) &home_dir, G_DIR_SEPARATOR_S ".purple", + g_strlcat((char*) &home_dir, G_DIR_SEPARATOR_S ".gaim", sizeof(home_dir)); } }