[bijiben/gnome-3-10] BijiError: fix build failure
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben/gnome-3-10] BijiError: fix build failure
- Date: Sun, 16 Feb 2014 14:18:05 +0000 (UTC)
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]