[gnome-bluetooth] Fix warning message



commit 67c9c0368a72f0981e05ca2552716b08c61787b8
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Aug 3 09:03:36 2010 +0100

    Fix warning message

 properties/adapter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/adapter.c b/properties/adapter.c
index 7e0690e..f93df79 100644
--- a/properties/adapter.c
+++ b/properties/adapter.c
@@ -698,7 +698,7 @@ create_no_adapter_page (GtkNotebook *notebook, const char *filename)
 		path = g_build_filename (PKGDATADIR, filename, NULL);
 		if (gtk_builder_add_from_file (xml, path, NULL) == 0) {
 			g_free (path);
-			g_warning ("Failed to load properties-no-adapter.ui");
+			g_warning ("Failed to load '%s'", filename);
 			return;
 		}
 		g_free (path);



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