projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
691dffb
)
dtfile/Desktop: CID 175219,175222,175223,175226,175227
author
Jon Trulson
<jon@radscan.com>
Thu, 12 Apr 2018 17:10:42 +0000
(11:10 -0600)
committer
Jon Trulson
<jon@radscan.com>
Thu, 12 Apr 2018 17:10:42 +0000
(11:10 -0600)
cde/programs/dtfile/Desktop.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtfile/Desktop.c
b/cde/programs/dtfile/Desktop.c
index 684c8fb9023a2f4664cfcb4728d099fe9fc9ed3c..6895fcecbcab72eee60f00fddc5f7fc88d733d87 100644
(file)
--- 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];