Subversion Repositories Kolibri OS

Rev

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

Rev 9445 Rev 9516
Line 159... Line 159...
159
 
159
 
Line 160... Line 160...
160
	dword icon_x, icon_y, text_x, text_y;
160
	dword icon_x, icon_y, text_x, text_y;
161
 
161
 
162
	//do not show items located in /kolibrios/ if this directory not mounted
162
	//do not show items located in /kolibrios/ if this directory not mounted
Line 163... Line 163...
163
	if (!strncmp(key_value, "/kolibrios/", 11)) || (!strncmp(key_value, "/k/", 3))
163
	if (!strncmp(key_value, "/kolibrios/", 11)) || (!strncmp(key_value, "/k/", 3))
164
		if (!kolibrios_mounted) return true;
164
	|| (!strncmp(key_value, "/kg/", 4)) if (!kolibrios_mounted) return true;
165
 
165
 
166
	if (col==list.column_max) {
166
	if (col==list.column_max) {