screen: Use meta_fatal to fx build
Fixing 5ad15bb5e5ff1905167a7ea133c26399e060114b
This commit is contained in:
parent
cacb32482c
commit
ab6c4c82f6
@ -1263,7 +1263,7 @@ meta_screen_update_cursor (MetaScreen *screen)
|
||||
|
||||
cursor_ref = meta_cursor_reference_from_theme (cursor);
|
||||
if (cursor_ref == NULL)
|
||||
g_fatal ("Could not find cursor. Perhaps set XCURSOR_PATH?");
|
||||
meta_fatal ("Could not find cursor. Perhaps set XCURSOR_PATH?");
|
||||
|
||||
meta_cursor_tracker_set_root_cursor (tracker, cursor_ref);
|
||||
meta_cursor_reference_unref (cursor_ref);
|
||||
|
Loading…
x
Reference in New Issue
Block a user