[gnome-utils/gnome-2-28] [gsearchtool] Remove new string from previous commit



commit 0115f75a81bfeae66d2f558c124f34ada59b2abd
Author: Dennis Cranston <dennis_cranston yahoo com>
Date:   Wed Sep 30 20:31:34 2009 -0700

    [gsearchtool] Remove new string from previous commit

 gsearchtool/ChangeLog     |    4 ++++
 gsearchtool/gsearchtool.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gsearchtool/ChangeLog b/gsearchtool/ChangeLog
index af456dc..ff2f4af 100644
--- a/gsearchtool/ChangeLog
+++ b/gsearchtool/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-30  Dennis Cranston  <dennis_cranston yahoo com>
+
+	*  gsearchtool.c:  Remove new string from previous commit.
+
 2009-09-29  Dennis Cranston  <dennis_cranston yahoo com>
 
 	*  gsearchtool.c:  Properly handle invalid command line 
diff --git a/gsearchtool/gsearchtool.c b/gsearchtool/gsearchtool.c
index b7c1fce..37c5a88 100644
--- a/gsearchtool/gsearchtool.c
+++ b/gsearchtool/gsearchtool.c
@@ -2978,7 +2978,7 @@ main (int argc,
 	g_option_context_parse (context, &argc, &argv, &error);
 
 	if (error) {
-		g_printerr (_("Failed to parse command line arguments: %s\n"), error->message);
+		g_printerr ("%s\n", error->message);
 		return (-1);
 	}
 	



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