Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
xdg-menu
xdg-menu-icewm.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xdg-menu-icewm.patch of Package xdg-menu
--- xdg_menu +++ xdg_menu @@ -1549,7 +1549,7 @@ my $menu_name = $menu->{'PrepName'}; $output .= ' ' x $indent; - $output .= "menu \"$menu_name\" folder {\n"; + $output .= "menu \"$menu_name\" folder {\n" if $indent > 0; #skip toplevel menu, bug 273232 foreach my $entry (@{$menu->{'entries'}}) { if ($entry->{type} eq 'desktop') { @@ -1570,7 +1570,7 @@ } $output .= ' ' x $indent; - $output .= "}\n"; + $output .= "}\n" if $indent > 0; return $output; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor