Subversion Repositories Kolibri OS

Rev

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

Rev 6167 Rev 6169
Line 136... Line 136...
136
	}
136
	}
137
}
137
}
Line 138... Line 138...
138
 
138
 
139
OpenFile()
139
OpenFile()
140
{
140
{
141
	if (list[SKINS].active) RunProgram("/sys/desktop", #cur_file_path);
141
	if (list[SKINS].active) RunProgram("/sys/skincfg", #cur_file_path);
142
	if (list[WALLPAPERS].active) RunProgram("/sys/media/kiv", #cur_file_path);
142
	if (list[WALLPAPERS].active) RunProgram("/sys/media/kiv", #cur_file_path);
Line 143... Line 143...
143
}
143
}