ports/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp
Olivier Duchateau b65beb26da - Update to 1.5.1
- Sort USES
- Add patch, which disables Mugshot (utility to edit user profile), and
MenuLibre (menu editor), they are not yet present in ports tree
2015-09-21 21:34:28 +00:00

11 lines
273 B
C++

--- panel-plugin/settings.cpp.orig 2015-03-08 09:15:22 UTC
+++ panel-plugin/settings.cpp
@@ -148,6 +148,8 @@ void Settings::load(char* file)
{
if (!file)
{
+ command[CommandProfile]->set_shown(false);
+ command[CommandMenuEditor]->set_shown(false);
return;
}