From 29f0d1d7ddd859433bf953fba3861a4746b3f09a Mon Sep 17 00:00:00 2001 From: rbuj 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(-) 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