mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -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);
|
NULL);
|
||||||
else
|
else
|
||||||
default_icon = gtk_icon_theme_load_icon (theme,
|
default_icon = gtk_icon_theme_load_icon (theme,
|
||||||
"gtk-missing-image",
|
"image-missing",
|
||||||
META_ICON_WIDTH,
|
META_ICON_WIDTH,
|
||||||
0,
|
0,
|
||||||
NULL);
|
NULL);
|
||||||
@ -568,7 +568,7 @@ meta_ui_get_default_mini_icon (MetaUI *ui)
|
|||||||
NULL);
|
NULL);
|
||||||
else
|
else
|
||||||
default_icon = gtk_icon_theme_load_icon (theme,
|
default_icon = gtk_icon_theme_load_icon (theme,
|
||||||
"gtk-missing-image",
|
"image-missing",
|
||||||
META_MINI_ICON_WIDTH,
|
META_MINI_ICON_WIDTH,
|
||||||
0,
|
0,
|
||||||
NULL);
|
NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user