diff options
author | Alberts Muktupāvels <[email protected]> | 2014-11-24 14:02:07 +0200 |
---|---|---|
committer | Balló György <[email protected]> | 2014-12-05 12:58:30 +0100 |
commit | df6bf1ce7a3a40b29aa6d244d39f159a48ed846d (patch) | |
tree | 754936f0de52c5393d55a8a829a2647ff29d9409 /src/ui/ui.c | |
parent | f34849f43c3197db67d6f7b4099c08505f25764d (diff) | |
download | marco-df6bf1ce7a3a40b29aa6d244d39f159a48ed846d.tar.bz2 marco-df6bf1ce7a3a40b29aa6d244d39f159a48ed846d.tar.xz |
ui: use correct name for missing icon
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r-- | src/ui/ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |