Revision 1cc4c5764a1501b7b3656e61352d9f31a10381ee

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


o   -----------------------------------------------------------------
|   Revision: 1cc4c5764a1501b7b3656e61352d9f31a10381ee
|   Ancestor: 4da7e24811f4289fa9c15c233fa350da6d9c45c6
|   Author: nosnilmot at pidgin.im
|   Date: 2007-03-17T16:55:51
|   Branch: im.pidgin.pidgin
|   
|   Modified files:
|           console/libgnt/gnttextview.c
|   
|   ChangeLog: 
|   
|   g_unichar_iswide_cjk() is only in glib 2.12 and newer, and I suspect
|   g_unichar_iswide() is what is intended here anyway
|   
|   
|   ============================================================
|   --- console/libgnt/gnttextview.c	c2714a627a272a2c7fa2fb23a2f7d9308482e7d5
|   +++ console/libgnt/gnttextview.c	d91f18f70e74105aa2912f34011df23dd4be1bf4
|   @@ -223,7 +223,7 @@ gnt_text_view_get_p(GntTextView *view, i
|    		gunichar *u;
|    		pos = g_utf8_next_char(pos);
|    		u = g_utf8_to_ucs4(pos, -1, NULL, NULL, NULL);
|   -		if (u && g_unichar_iswide_cjk(*u))
|   +		if (u && g_unichar_iswide(*u))
|    			i++;
|    		g_free(u);
|    	}

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


More information about the Commits mailing list