diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-10 03:54:33 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-10 03:54:33 -0800 |
commit | af0c1c2aa6bf7edfac839719956f3ba19660473c (patch) | |
tree | a478d3c2ebd6ab544cc9e1a67af7e4eccc84c6af | |
parent | 9e4dc4de27023c3b7780d51f2b16401b6bc7dacb (diff) | |
parent | 9bd69b7dd8022818981cdd486ae83a0905dd2a6c (diff) | |
download | mate-control-center-af0c1c2aa6bf7edfac839719956f3ba19660473c.tar.bz2 mate-control-center-af0c1c2aa6bf7edfac839719956f3ba19660473c.tar.xz |
Merge pull request #32 from NiceandGently/master
fix some warnings
-rw-r--r-- | org.mate.control-center.gschema.xml.in.in | 2 | ||||
-rw-r--r-- | shell/matecc.desktop.in.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/org.mate.control-center.gschema.xml.in.in b/org.mate.control-center.gschema.xml.in.in index b0da1da2..7b446a24 100644 --- a/org.mate.control-center.gschema.xml.in.in +++ b/org.mate.control-center.gschema.xml.in.in @@ -2,7 +2,7 @@ <schema id="org.mate.control-center" path="/org/mate/control-center/"> <child name="appearance" schema="org.mate.control-center.appearance" /> <key name="cc-actions-list" type="as"> - <_default l10n="messages">[ 'Change Theme;gtk-theme-selector.desktop', 'Set Preferred Applications;default-applications.desktop', 'Add Printer;mate-cups-manager.desktop' ]</_default> + <_default l10n="messages">[ 'Change Theme;mate-appearance-properties.desktop', 'Set Preferred Applications;default-applications.desktop' ]</_default> <_summary>Task names and associated .desktop files</_summary> <_description>The task name to be displayed in the control-center followed by a ";" separator then the filename of an associated .desktop file to launch for that task.</_description> </key> diff --git a/shell/matecc.desktop.in.in b/shell/matecc.desktop.in.in index 8f0f3331..edb23bee 100644 --- a/shell/matecc.desktop.in.in +++ b/shell/matecc.desktop.in.in @@ -8,4 +8,3 @@ Type=Application StartupNotify=true Categories=GTK;Settings; OnlyShowIn=MATE; -NoDisplay=true |