summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-28 14:19:49 +0200
committerraveit65 <[email protected]>2020-07-07 17:36:09 +0200
commit101b6cc95d27a2c1c652ddcb84a2a315f1b05900 (patch)
tree3eef60d618462707112f97390e216d5d62009321
parentcbe85c61408b6e3647687078a69061044619e932 (diff)
downloadmarco-101b6cc95d27a2c1c652ddcb84a2a315f1b05900.tar.bz2
marco-101b6cc95d27a2c1c652ddcb84a2a315f1b05900.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)