summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-28 14:19:49 +0200
committerraveit65 <[email protected]>2020-07-07 17:31:11 +0200
commit29f0d1d7ddd859433bf953fba3861a4746b3f09a (patch)
treec760d1533609388c2fcaf763ebcd2576ba1ad1a8
parent2ee8aa79f66428556119776796807c82caa30528 (diff)
downloadmarco-29f0d1d7ddd859433bf953fba3861a4746b3f09a.tar.bz2
marco-29f0d1d7ddd859433bf953fba3861a4746b3f09a.tar.xz
common: window icon (META_DEFAULT_ICON_NAME) is no longer available
-rw-r--r--src/include/common.h2
1 files changed, 1 insertions, 1 deletions
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)