[gtranslator] Build correctly an error widget



commit 6735328ff4b3607c52b71fab056a7298b7bff227
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Aug 18 11:46:31 2009 -0300

    Build correctly an error widget

 src/utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/utils.c b/src/utils.c
index bcd9200..b386ba1 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -308,7 +308,6 @@ handle_builder_error (const gchar *message,
 	va_list args;
 
 	va_start (args, message);
-	va_arg (args, const gchar *);
 	msg_plain = g_strdup_vprintf (message, args);
 
 	msg = g_strconcat ("<span size=\"large\" weight=\"bold\">",



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