Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9515 → Rev 9516

/programs/cmm/misc/software_widget.c
161,7 → 161,7
 
//do not show items located in /kolibrios/ if this directory not mounted
if (!strncmp(key_value, "/kolibrios/", 11)) || (!strncmp(key_value, "/k/", 3))
if (!kolibrios_mounted) return true;
|| (!strncmp(key_value, "/kg/", 4)) if (!kolibrios_mounted) return true;
 
if (col==list.column_max) {
row++;