From 101b6cc95d27a2c1c652ddcb84a2a315f1b05900 Mon Sep 17 00:00:00 2001
From: rbuj <robert.buj@gmail.com>
Date: Sun, 28 Jun 2020 14:19:49 +0200
Subject: common: window icon (META_DEFAULT_ICON_NAME) is no longer available

---
 src/include/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/include/common.h')

diff --git a/src/include/common.h b/src/include/common.h
index c78973d8..3c768099 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -326,7 +326,7 @@ void meta_frame_borders_clear (MetaFrameBorders *self);
 #define META_MINI_ICON_WIDTH 16
 #define META_MINI_ICON_HEIGHT 16
 
-#define META_DEFAULT_ICON_NAME "window"
+#define META_DEFAULT_ICON_NAME "preferences-desktop-theme"
 
 #define META_PRIORITY_PREFS_NOTIFY   (G_PRIORITY_DEFAULT_IDLE + 10)
 #define META_PRIORITY_WORK_AREA_HINT (G_PRIORITY_DEFAULT_IDLE + 15)
-- 
cgit v1.2.1