[nautilus-sendto] Fix warning due to GtkBuilder patch



commit 054bc2312ca52e1a1add64bea0ecd5b08708b5c6
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 29 17:08:55 2009 +0100

    Fix warning due to GtkBuilder patch

 src/nautilus-sendto-command.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-sendto-command.c b/src/nautilus-sendto-command.c
index 53afc61..1cdda8b 100644
--- a/src/nautilus-sendto-command.c
+++ b/src/nautilus-sendto-command.c
@@ -513,7 +513,7 @@ nautilus_sendto_create_ui (void)
 
 	app = gtk_builder_new ();
 	if (!gtk_builder_add_from_file (app, UIDIR "/" "nautilus-sendto.ui", &error))	{
-		g_warning ("Couldn't load builder file:", error->message);
+		g_warning ("Couldn't load builder file: %s", error->message);
 		g_error_free (error);
 	}
 



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