[bijiben/gnome-3-10] BijiError: fix build failure



commit 2fb667a9b8f680492e1a36710de2603293eddd04
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Sun Feb 16 15:17:25 2014 +0100

    BijiError: fix build failure

 src/libbiji/biji-error.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libbiji/biji-error.c b/src/libbiji/biji-error.c
index 0a8536f..1c52243 100644
--- a/src/libbiji/biji-error.c
+++ b/src/libbiji/biji-error.c
@@ -48,5 +48,5 @@ GError *
 biji_error_new (BijiErrorType type,
                 gchar *message)
 {
-  return g_error_new (BIJI_ERROR, type, message);
+  return g_error_new_literal (BIJI_ERROR, type, message);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]