From df6bf1ce7a3a40b29aa6d244d39f159a48ed846d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Mon, 24 Nov 2014 14:02:07 +0200 Subject: ui: use correct name for missing icon --- src/ui/ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/ui.c') diff --git a/src/ui/ui.c b/src/ui/ui.c index 226e3c24..bbef9395 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -863,7 +863,7 @@ meta_ui_get_default_window_icon (MetaUI *ui) NULL); else default_icon = gtk_icon_theme_load_icon (theme, - "gtk-missing-image", + "image-missing", META_ICON_WIDTH, 0, NULL); @@ -898,7 +898,7 @@ meta_ui_get_default_mini_icon (MetaUI *ui) NULL); else default_icon = gtk_icon_theme_load_icon (theme, - "gtk-missing-image", + "image-missing", META_MINI_ICON_WIDTH, 0, NULL); -- cgit v1.2.1