Subversion Repositories Kolibri OS

Rev

Rev 8944 | Rev 8949 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8944 Rev 8947
Line 129... Line 129...
129
			if (SET_PROPERTIES_ALL_SUBFOLDER == mode) SetPropertiesDir(#file_path);
129
			if (SET_PROPERTIES_ALL_SUBFOLDER == mode) SetPropertiesDir(#file_path);
130
		}
130
		}
131
	}
131
	}
Line 132... Line 132...
132
 
132
 
133
	cmd_free=3;
-
 
134
	_not_draw = true;
133
	cmd_free=3;
135
	Open_Dir(#path,WITH_REDRAW);
-
 
136
	_not_draw = false;
-
 
137
	EventRedrawWindow(Form.left,Form.top);
134
	Open_Dir(#path,ONLY_OPEN);
138
	ExitProcess();
135
	ExitProcess();
Line 139... Line 136...
139
}
136
}
140
 
137