diff options
author | rbuj <[email protected]> | 2020-06-28 14:19:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-07 17:31:11 +0200 |
commit | 29f0d1d7ddd859433bf953fba3861a4746b3f09a (patch) | |
tree | c760d1533609388c2fcaf763ebcd2576ba1ad1a8 /src | |
parent | 2ee8aa79f66428556119776796807c82caa30528 (diff) | |
download | marco-29f0d1d7ddd859433bf953fba3861a4746b3f09a.tar.bz2 marco-29f0d1d7ddd859433bf953fba3861a4746b3f09a.tar.xz |
common: window icon (META_DEFAULT_ICON_NAME) is no longer available
Diffstat (limited to 'src')
-rw-r--r-- | src/include/common.h | 2 |
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) |