[mutter] screen: Use meta_fatal to fx build
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] screen: Use meta_fatal to fx build
- Date: Mon, 29 Dec 2014 08:47:41 +0000 (UTC)
commit ab6c4c82f6c1c1f48db78da42f13ae3f0b013374
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Dec 29 09:46:19 2014 +0100
screen: Use meta_fatal to fx build
Fixing 5ad15bb5e5ff1905167a7ea133c26399e060114b
src/core/screen.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/screen.c b/src/core/screen.c
index 6121724..582d757 100644
--- a/src/core/screen.c
+++ b/src/core/screen.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]