From 06bdefc69a99bc1d6bb74a4466000ef0ea167340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Tue, 28 Jul 2015 23:30:19 +0200 Subject: Fix missing icons on GTK3 with custom icon theme --- command/command.c | 2 +- command/org.mate.applets.CommandApplet.mate-panel-applet.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'command') 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 /* 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 -- cgit v1.2.1