Revision 882a63afd71ce6779fd4528afbc16b3884e790e3

markdoliner at pidgin.im markdoliner at pidgin.im
Sat Mar 24 20:46:40 EDT 2007


o   -----------------------------------------------------------------
|   Revision: 882a63afd71ce6779fd4528afbc16b3884e790e3
|   Ancestor: 26ba25355c69178a8a4806a43f98f03539aa2588
|   Author: markdoliner at pidgin.im
|   Date: 2007-03-24T23:28:25
|   Branch: im.pidgin.pidgin
|   
|   Modified files:
|           libpurple/util.c
|   
|   ChangeLog: 
|   
|   Go back to using ~/.gaim/ until we decide what to do.
|   
|   ============================================================
|   --- libpurple/util.c	1e09f998fd7b5a2d39664f62a0c9405d83a3c898
|   +++ libpurple/util.c	cf4f13c6c87871f8436bafe3b7473f30ca09ce6e
|   @@ -2184,8 +2184,8 @@ purple_home_dir(void)
|    #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 @@ purple_user_dir(void)
|    
|    		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));
|    		}
|    	}

To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 882a63afd71ce6779fd4528afbc16b3884e790e3


More information about the Commits mailing list