vte r2050 - in trunk: . src
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2050 - in trunk: . src
- Date: Wed, 28 May 2008 00:38:15 +0000 (UTC)
Author: behdad
Date: Wed May 28 00:38:15 2008
New Revision: 2050
URL: http://svn.gnome.org/viewvc/vte?rev=2050&view=rev
Log:
2008-05-27 Behdad Esfahbod <behdad gnome org>
* src/iso2022.c (_vte_iso2022_ambiguous_width): Oops. Fix thinko
in last commit.
Modified:
trunk/ChangeLog
trunk/src/iso2022.c
Modified: trunk/src/iso2022.c
==============================================================================
--- trunk/src/iso2022.c (original)
+++ trunk/src/iso2022.c Wed May 28 00:38:15 2008
@@ -410,7 +410,7 @@
if (g_ascii_strcasecmp (env, "wide"))
return 2;
else
- _vte_iso2022_ambiguous_width_guess ();
+ return _vte_iso2022_ambiguous_width_guess ();
}
/* Not in the list => not wide. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]