diff options
author | Elad Alfassa <elad@fedoraproject.org> | 2014-08-21 21:32:21 +0300 |
---|---|---|
committer | Elad Alfassa <elad@fedoraproject.org> | 2014-08-21 21:33:50 +0300 |
commit | 00d1e2bcee72857c093a6588f7bceac3b8397809 (patch) | |
tree | 91b22ad737e3e96d51af3d622a3f0ca721b0776e | |
parent | ed9a9c90c5288a05c7f6fa05d0ad3cd1048d3faa (diff) | |
download | network-manager-applet-00d1e2bcee72857c093a6588f7bceac3b8397809.tar.gz |
connection-editor: Don't show launcher in GNOME
As discussed with aday, control-center will spawn nm-connection-editor when
needed, and therefor we really don't need the launcher shown,
it clutters the Application list.
https://bugzilla.gnome.org/show_bug.cgi?id=682456
-rw-r--r-- | nm-connection-editor.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nm-connection-editor.desktop.in b/nm-connection-editor.desktop.in index 55239d07..4eefa8ab 100644 --- a/nm-connection-editor.desktop.in +++ b/nm-connection-editor.desktop.in @@ -10,4 +10,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=NetworkManager X-GNOME-Bugzilla-Component=nm-connection-editor Categories=GNOME;GTK;Settings;X-GNOME-NetworkSettings; -NotShowIn=KDE; +NotShowIn=KDE;GNOME; |