mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Sort USES - Add patch, which disables Mugshot (utility to edit user profile), and MenuLibre (menu editor), they are not yet present in ports tree
11 lines
273 B
C++
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;
|
|
}
|
|
|