diff options
author | Victor A. Santos <[email protected]> | 2020-03-31 20:17:24 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-01 10:49:28 +0200 |
commit | 6ff43e0cabc4f343fa4a3921f37375a9f77bae2b (patch) | |
tree | 5b184c3d66377a71353e13b2767e47eb62e37a11 /data | |
parent | 17989420739e7c0faeb5811efaa92c99c0bbe6a6 (diff) | |
download | mate-power-manager-6ff43e0cabc4f343fa4a3921f37375a9f77bae2b.tar.bz2 mate-power-manager-6ff43e0cabc4f343fa4a3921f37375a9f77bae2b.tar.xz |
Remove unused entry from autostart
Fix #327.
Remove the unused Categories= entry from
the autostart dekstop file. This empty entry
and no semicolon causes the OnlyShowIn= entry
to be appended to Categories= entry.
Diffstat (limited to 'data')
-rw-r--r-- | data/mate-power-manager.desktop.in.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/mate-power-manager.desktop.in.in b/data/mate-power-manager.desktop.in.in index 79ff3f1..ed32775 100644 --- a/data/mate-power-manager.desktop.in.in +++ b/data/mate-power-manager.desktop.in.in @@ -6,8 +6,6 @@ Icon=mate-power-manager Exec=mate-power-manager Terminal=false Type=Application -# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! -Categories= OnlyShowIn=MATE; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-power-manager |