[gnome-media] Fix compile-time warnings for grecorder



commit c791e3bc5eb0870ec8391a3b71ad18e1fc00e331
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 20 17:04:55 2010 +0100

    Fix compile-time warnings for grecorder

 grecord/src/gsr-window.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/grecord/src/gsr-window.c b/grecord/src/gsr-window.c
index 8f3b8d6..a53d09c 100644
--- a/grecord/src/gsr-window.c
+++ b/grecord/src/gsr-window.c
@@ -852,7 +852,6 @@ gsr_discard_confirmation_dialog (GSRWindow *window, gboolean closing)
 	GtkWidget *confirmation_dialog;
 	AtkObject *atk_obj;
 	gint response_id;
-	gchar *utf8_filename = NULL;
 	gboolean ret = TRUE;
 
 	confirmation_dialog = gtk_message_dialog_new_with_markup (GTK_WINDOW (window),
@@ -1000,7 +999,7 @@ fill_in_information (GSRWindow *window,
 		file_size = (guint64) buf.st_size;
 		human = g_format_size_for_display (file_size);
 
-		text = g_strdup_printf (ngettext ("%s (%llu byte)", "%s (%llu bytes)", 
+		text = g_strdup_printf (ngettext ("%s (%"G_GUINT64_FORMAT" byte)", "%s (%"G_GUINT64_FORMAT" bytes)",
 		                        file_size), human, file_size);
 		g_free (human);
 	} else {



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