[grilo] [test-ui] Fixed compilation warning



commit 320d41467a7c46b171a7e8c872f1c353c1ce3ed6
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Mon Jun 14 16:14:20 2010 +0200

    [test-ui] Fixed compilation warning

 tools/grilo-test-ui/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 4984229..aa4d8fc 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1440,7 +1440,7 @@ show_plugins ()
                                                            GRL_OP_BROWSE,
                                                            FALSE);
   while (sources[i]) {
-    gchar *name;
+    const gchar *name;
     GdkPixbuf *icon;
     icon = load_icon (GTK_STOCK_DIRECTORY);
     name = grl_metadata_source_get_name (GRL_METADATA_SOURCE (sources[i]));



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