mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-01-14 07:21:05 +02:00
Fix segmentation fault when try show Manual on Explorer or other service apps
This commit is contained in:
parent
97adb066a3
commit
28fe39ce54
@ -998,7 +998,10 @@ void GMenu2X::main() {
|
||||
menu->linkRight();
|
||||
break;
|
||||
case MANUAL:
|
||||
menu->selLinkApp()->showManual();
|
||||
{
|
||||
LinkApp* app = menu->selLinkApp();
|
||||
if ( app ) { app->showManual(); }
|
||||
}
|
||||
break;
|
||||
case ALTLEFT:
|
||||
menu->decSectionIndex();
|
||||
|
Loading…
x
Reference in New Issue
Block a user