From b28e491fd4d20132ccaee565d8110136cdf150af Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 22 Sep 1999 19:51:47 +0000 Subject: [PATCH] Fixed compile proflem in fontpanel --- ChangeLog | 2 +- WINGs/wfontpanel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99c84cd1..370d9055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ Changes since version 0.61.0: - fixed problem with window shortcut assignment from the menu - fixed problem with fonts in WINGs (Masahide -mac- NODA ) - +- fixed crashing bug when saving session information. Changes since version 0.60.0: diff --git a/WINGs/wfontpanel.c b/WINGs/wfontpanel.c index 46117d4a..2261457a 100644 --- a/WINGs/wfontpanel.c +++ b/WINGs/wfontpanel.c @@ -972,7 +972,7 @@ sizeClick(WMWidget *w, void *data) WMSetTextFieldText(panel->sizT, item->text); - WMSelectTextFieldRange(panel->sizT, wmkrange(0, strlen(item->text)); + WMSelectTextFieldRange(panel->sizT, wmkrange(0, strlen(item->text))); preview(panel); } -- 2.11.4.GIT