From fd5fe65616ff8f3d5b0663e8f22b67352751c279 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 12 Apr 2018 11:10:42 -0600 Subject: [PATCH] dtfile/Desktop: CID 175219,175222,175223,175226,175227 --- cde/programs/dtfile/Desktop.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cde/programs/dtfile/Desktop.c b/cde/programs/dtfile/Desktop.c index 684c8fb9..6895fcec 100644 --- a/cde/programs/dtfile/Desktop.c +++ b/cde/programs/dtfile/Desktop.c @@ -1073,7 +1073,9 @@ LoadDesktopInfo( /* read the data for each Window, then popup that window */ for (i = count; i < numWindows + count; i++) { - int len = 0, toolbox, view, order, direction, positionEnabled; + int len = 0, toolbox = False, view = UNSET_VALUE, + order = UNSET_VALUE, direction = UNSET_VALUE, + positionEnabled = UNSET_VALUE; desktopWindow = desktop_data->desktopWindows[index]; -- 2.25.1