summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-02-26 15:56:48 +0300
committerStefano Karapetsas <[email protected]>2015-03-15 19:07:48 +0100
commitf1f5862d3b9f68512e4a1d0c3f6f73fa523a4ccd (patch)
treea2c27119dc0a1ec3498fc202884ea73902e5890a
parent939390deb079acb45276bd4eda23a44c86237585 (diff)
downloadmarco-f1f5862d3b9f68512e4a1d0c3f6f73fa523a4ccd.tar.bz2
marco-f1f5862d3b9f68512e4a1d0c3f6f73fa523a4ccd.tar.xz
preview-widget: use correct name for missing icon
from https://git.gnome.org/browse/metacity/commit/?id=5f8df557b8dbe962f19e8b641c007073665ff878 Closes https://github.com/mate-desktop/marco/pull/178
-rw-r--r--src/ui/preview-widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/preview-widget.c b/src/ui/preview-widget.c
index cb05c2f8..a1f4e413 100644
--- a/src/ui/preview-widget.c
+++ b/src/ui/preview-widget.c
@@ -550,7 +550,7 @@ meta_preview_get_icon (void)
NULL);
else
default_icon = gtk_icon_theme_load_icon (theme,
- "gtk-missing-image",
+ "image-missing",
META_ICON_WIDTH,
0,
NULL);
@@ -583,7 +583,7 @@ meta_preview_get_mini_icon (void)
NULL);
else
default_icon = gtk_icon_theme_load_icon (theme,
- "gtk-missing-image",
+ "image-missing",
META_MINI_ICON_WIDTH,
0,
NULL);