mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Use the correct image missing icon name from the icon naming spec
Fixes an assertion when the wrong icon can't be found.
This commit is contained in:
parent
33489c8cb8
commit
a53a40c43e
@ -533,7 +533,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);
|
||||
@ -568,7 +568,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);
|
||||
|
Loading…
Reference in New Issue
Block a user