[gnome-control-center] shell: Fix compile-time warning



commit 9c8da4525f5a5d2bf5e7bc3c8ba2dae60d752444
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 20 17:44:43 2010 +0100

    shell: Fix compile-time warning

 shell/control-center.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/control-center.c b/shell/control-center.c
index 5a5b152..be23207 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -34,7 +34,7 @@ application_prepare_action_cb (GApplication       *application,
                                GVariant           *platform_data,
                                GnomeControlCenter *shell)
 {
-  gchar **argv;
+  const gchar **argv;
   gsize length;
 
   gnome_control_center_present (shell);



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