[anjuta] starter: Fix a warning
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] starter: Fix a warning
- Date: Thu, 17 Jan 2013 21:25:35 +0000 (UTC)
commit 760c426bfde798e4c61a62ddf80460e06aaa094a
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Thu Jan 17 21:42:07 2013 +0100
starter: Fix a warning
plugins/starter/plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/starter/plugin.c b/plugins/starter/plugin.c
index 40aed20..e99d4c1 100644
--- a/plugins/starter/plugin.c
+++ b/plugins/starter/plugin.c
@@ -194,7 +194,7 @@ create_starter_widget (StarterPlugin* plugin)
"/org/gnome/anjuta/ui/starter.ui",
&error))
{
- DEBUG_PRINT ("Could load starter ui!", error->message);
+ DEBUG_PRINT ("Could load starter ui! %s", error->message);
g_error_free (error);
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]