Enlightenment CVS committal Author : mej Project : eterm Module : Eterm
Dir : eterm/Eterm/src Modified Files: options.c Log Message: Thu Jun 2 13:36:23 2005 Michael Jennings (mej) A couple small fixes from Yasufumi Haga <[EMAIL PROTECTED]> to the man page and the handling of multi-byte fonts. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/options.c,v retrieving revision 1.139 retrieving revision 1.140 diff -u -3 -r1.139 -r1.140 --- options.c 25 Apr 2005 19:37:22 -0000 1.139 +++ options.c 2 Jun 2005 17:39:07 -0000 1.140 @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: options.c,v 1.139 2005/04/25 19:37:22 mej Exp $"; +static const char cvs_ident[] = "$Id: options.c,v 1.140 2005/06/02 17:39:07 mej Exp $"; #include "config.h" #include "feature.h" @@ -2688,7 +2688,7 @@ eterm_font_add(&etmfonts, rs_mfont[i], ((i == 0) ? def_font_idx : ((i <= def_font_idx) ? (i - 1) : i))); RESET_AND_ASSIGN(rs_mfont[i], NULL); } - } else { + } else if (etmfonts[i] == NULL) { eterm_font_add(&etmfonts, etfonts[i], i); } #endif ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs