[gnome-control-center] universal-access: Fix compile-time warning
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] universal-access: Fix compile-time warning
- Date: Wed, 21 Sep 2011 18:20:39 +0000 (UTC)
commit 810f3a97d0da41ce6bcf965ff588a86a2c86243c
Author: Bastien Nocera <hadess hadess net>
Date: Wed Sep 21 18:54:08 2011 +0100
universal-access: Fix compile-time warning
panels/universal-access/zoom-options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/universal-access/zoom-options.c b/panels/universal-access/zoom-options.c
index d03ca76..4ca3f92 100644
--- a/panels/universal-access/zoom-options.c
+++ b/panels/universal-access/zoom-options.c
@@ -65,7 +65,7 @@ init_radio_group (GSList *radio_group,
ZoomOptionsPrivate *priv)
{
gchar *value;
- gchar *name;
+ const gchar *name;
value = g_settings_get_string (priv->settings, key);
for (; radio_group != NULL; radio_group = radio_group->next)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]