From: Jon Trulson Date: Thu, 12 Apr 2018 17:10:42 +0000 (-0600) Subject: dtfile/Desktop: CID 175219,175222,175223,175226,175227 X-Git-Tag: 2.2.4a~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd5fe65616ff8f3d5b0663e8f22b67352751c279;p=oweals%2Fcde.git dtfile/Desktop: CID 175219,175222,175223,175226,175227 --- 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];