From 029695bcda1224183a056095c8046869838c57ae Mon Sep 17 00:00:00 2001 From: kojima Date: Mon, 31 May 1999 00:47:10 +0000 Subject: [PATCH] update for WINGs font interface change --- src/dialog.c | 2 +- src/workspace.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dialog.c b/src/dialog.c index 2cbf0f93..0a302d50 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1042,7 +1042,7 @@ wShowInfoPanel(WScreen *scr) WMSetLabelTextAlignment(panel->copyrL, WALeft); WMSetLabelText(panel->copyrL, COPYRIGHT_TEXT); /* we want the (c) character in the helvetica font */ - font = WMCreateFontInDefaultEncoding(scr->wmscreen, HELVETICA10_FONT); + font = WMCreateNormalFont(scr->wmscreen, HELVETICA10_FONT); if (font) { WMSetLabelFont(panel->copyrL, font); } diff --git a/src/workspace.c b/src/workspace.c index f61387ce..f60ddf6d 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -612,8 +612,7 @@ wWorkspaceForceChange(WScreen *scr, int workspace) } } - if (!scr->flags.startup2) - showWorkspaceName(scr, workspace); + showWorkspaceName(scr, workspace); #ifdef GNOME_STUFF wGNOMEUpdateCurrentWorkspaceHint(scr); -- 2.11.4.GIT