mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile/Desktop: CID 175219,175222,175223,175226,175227
This commit is contained in:
parent
691dffb076
commit
fd5fe65616
1 changed files with 3 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue