diff options
author | Balló György <[email protected]> | 2015-07-29 10:00:19 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-14 15:59:49 +0200 |
commit | b838c8c828d2d4e988b10b18f5f734f29bcac28c (patch) | |
tree | 7a5ce6b1985220ef8517626be916d09952f8f585 /mate-about/mate-about.h | |
parent | 448b18d3405df9dce20a61edfb9004284db4e50f (diff) | |
download | mate-desktop-b838c8c828d2d4e988b10b18f5f734f29bcac28c.tar.bz2 mate-desktop-b838c8c828d2d4e988b10b18f5f734f29bcac28c.tar.xz |
Fix missing icons on GTK3 with custom icon theme
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index f4ecba0..9bf285a 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -31,7 +31,6 @@ const char* program_name = "MATE Desktop Environment"; const char* version = PACKAGE_VERSION; const char* icon = "mate"; -const char* desktop_icon = "desktop"; const char* website = "http://www.mate-desktop.org/"; const char* copyright = "" |