[gedit/wip/gtkapp] Use gprint not gerror, it is a legit user message



commit d3114492fc95fc4cd27d5a7c562e216ff4cd97c2
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Nov 24 15:34:27 2012 +0100

    Use gprint not gerror, it is a legit user message

 gedit/gedit-app.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-app.c b/gedit/gedit-app.c
index b6116f7..b737220 100644
--- a/gedit/gedit-app.c
+++ b/gedit/gedit-app.c
@@ -649,7 +649,7 @@ gedit_app_local_command_line (GApplication   *application,
 
 	if (!g_option_context_parse (context, &argc, &argv, &error))
 	{
-		g_error (_("%s\nRun '%s --help' to see a full list of available command line options.\n"),
+		g_print (_("%s\nRun '%s --help' to see a full list of available command line options.\n"),
 		         error->message, argv[0]);
 
 		g_error_free (error);



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