Revision dcf291a90eccc52a4ffa1bef3124577cdb8ee16c

nosnilmot at pidgin.im nosnilmot at pidgin.im
Sat Mar 17 13:58:26 EDT 2007


o   -----------------------------------------------------------------
|   Revision: dcf291a90eccc52a4ffa1bef3124577cdb8ee16c
|   Ancestor: 3e0d7a794ba57d342ce02334f8284edea2c92934
|   Author: nosnilmot at pidgin.im
|   Date: 2007-03-17T17:48:34
|   Branch: im.pidgin.pidgin
|   
|   Modified files:
|           libpurple/protocols/bonjour/bonjour.c
|   
|   ChangeLog: 
|   
|   Mark "Away" for translation
|   
|   
|   ============================================================
|   --- libpurple/protocols/bonjour/bonjour.c	e84d3d98b9db7cc07647ab146275ec87e07f8801
|   +++ libpurple/protocols/bonjour/bonjour.c	aee748ca3d73e32929b68003d04f78d225cfba99
|   @@ -297,7 +297,7 @@ bonjour_status_text(GaimBuddy *buddy)
|    	presence = gaim_buddy_get_presence(buddy);
|    
|    	if (gaim_presence_is_online(presence) && !gaim_presence_is_available(presence))
|   -		return g_strdup("Away");
|   +		return g_strdup(_("Away"));
|    
|    	return NULL;
|    }
|   @@ -346,7 +346,7 @@ static GaimPluginProtocolInfo prpl_info 
|    	/* {"png", 0, 0, 96, 96, 0, GAIM_ICON_SCALE_DISPLAY}, */ /* icon_spec */
|    	NO_BUDDY_ICONS, /* not yet */                            /* icon_spec */
|    	bonjour_list_icon,                                       /* list_icon */
|   -	NULL, 		                      			 /* list_emblem */
|   +	NULL,													 /* list_emblem */
|    	bonjour_status_text,                                     /* status_text */
|    	bonjour_tooltip_text,                                    /* tooltip_text */
|    	bonjour_status_types,                                    /* status_types */

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


More information about the Commits mailing list