Revision f13a8c3d5e7561c1a345160ca983f526feff7d38

eblanton at pidgin.im eblanton at pidgin.im
Wed Apr 11 01:22:48 EDT 2007


o   -----------------------------------------------------------------
|   Revision: f13a8c3d5e7561c1a345160ca983f526feff7d38
|   Ancestor: 03665e6c1a90acab3a0313d671f30599bbbf5842
|   Author: eblanton
|   Date: 2005-01-09T16:36:08
|   Branch: im.pidgin.gaim.oldstatus
|   
|   Modified files:
|           src/protocols/irc/irc.c
|   
|   ChangeLog: 
|   
|   [gaim-migrate @ 11784]
|   Somehow this horribly important string conveyed too much information; fixed.
|   ============================================================
|   --- src/protocols/irc/irc.c	797400f9835f231d5d51aa0d4c4cadd12b8fe584
|   +++ src/protocols/irc/irc.c	333c0d62b8cb988338ac783c5fccd934925f7b03
|   @@ -206,7 +206,7 @@ static void irc_login(GaimAccount *accou
|    {
|    	GaimConnection *gc;
|    	struct irc_conn *irc;
|   -	char *buf, **userparts;
|   +	char **userparts;
|    	const char *username = gaim_account_get_username(account);
|    	int err;
|    
|   @@ -233,9 +233,7 @@ static void irc_login(GaimAccount *accou
|    	irc->msgs = g_hash_table_new(g_str_hash, g_str_equal);
|    	irc_msg_table_build(irc);
|    
|   -	buf = g_strdup_printf(_("Signon: %s"), username);
|   -	gaim_connection_update_progress(gc, buf, 1, 2);
|   -	g_free(buf);
|   +	gaim_connection_update_progress(gc, _("Connecting"), 1, 2);
|    
|    	err = gaim_proxy_connect(account, irc->server, 
|    				 gaim_account_get_int(account, "port", IRC_DEFAULT_PORT),

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


More information about the Commits mailing list