Subversion Repositories Kolibri OS

Rev

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

Rev 7613 Rev 7614
Line 151... Line 151...
151
	CheckKosMounted();	
151
	CheckKosMounted();	
152
}
152
}
Line 153... Line 153...
153
 
153
 
154
void EventOpenApp()
154
void EventOpenApp()
155
{
155
{
-
 
156
	if (RunProgram("/sys/syspanel", APP_PLUS_INI_PATH) < 0) {
-
 
157
		notify("'App+ can not be started because\n/sys/syspanel does not exists' -E");
156
	RunProgram("syspanel", APP_PLUS_INI_PATH);
158
	}
Line 157... Line 159...
157
}
159
}
158
 
160
 
159
void EventButton(dword id)
161
void EventButton(dword id)