diff options
author | infirit <[email protected]> | 2014-12-18 21:45:30 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 21:45:30 +0100 |
commit | 120ef9172463db2778b4790baa8ba7ae650aa247 (patch) | |
tree | 0db727e3e8cd174980292e53c0ab302ace641fac /src/argv.h | |
parent | e11a700443d383ab35b84995962dfbe06c056063 (diff) | |
download | mate-system-monitor-120ef9172463db2778b4790baa8ba7ae650aa247.tar.bz2 mate-system-monitor-120ef9172463db2778b4790baa8ba7ae650aa247.tar.xz |
Add command line flags for each tab to display it on startup
Taken from GSM commit: fdc3dac969e9961fd0ae525595534b25b7920e8b
From: Robert Roth <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=629571
Diffstat (limited to 'src/argv.h')
-rw-r--r-- | src/argv.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ namespace procman OptionGroup(); bool show_system_tab; + bool show_processes_tab; + bool show_resources_tab; + bool show_file_systems_tab; }; } |