diff options
author | Balló György <[email protected]> | 2015-07-28 23:30:19 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-05 09:26:09 +0200 |
commit | 06bdefc69a99bc1d6bb74a4466000ef0ea167340 (patch) | |
tree | 45e6d1c2d63c3b8ee2df15e524292ec5d7156d24 /command | |
parent | cff2fddb611ed0d052df970454af1b0bfcfe01b3 (diff) | |
download | mate-applets-06bdefc69a99bc1d6bb74a4466000ef0ea167340.tar.bz2 mate-applets-06bdefc69a99bc1d6bb74a4466000ef0ea167340.tar.xz |
Fix missing icons on GTK3 with custom icon theme
Diffstat (limited to 'command')
-rw-r--r-- | command/command.c | 2 | ||||
-rw-r--r-- | command/org.mate.applets.CommandApplet.mate-panel-applet.in.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/command/command.c b/command/command.c index 414e0970..23531a74 100644 --- a/command/command.c +++ b/command/command.c @@ -33,7 +33,7 @@ #include <mate-panel-applet-gsettings.h> /* Applet constants */ -#define APPLET_ICON "terminal" +#define APPLET_ICON "utilities-terminal" #define ERROR_OUTPUT "#" /* GSettings constants */ diff --git a/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in b/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in index 41783517..1e860ce2 100644 --- a/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in +++ b/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in @@ -7,4 +7,4 @@ _Description=Command Factory [CommandApplet] _Name=Command _Description=Shows the output of a command -Icon=terminal +Icon=utilities-terminal |