[gnome-games] libgames-support: Constness fix
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] libgames-support: Constness fix
- Date: Wed, 20 Oct 2010 21:28:38 +0000 (UTC)
commit 105c8d026b223192c179edadc0a140825ba9cf1c
Author: Christian Persch <chpe gnome org>
Date: Wed Oct 20 23:28:15 2010 +0200
libgames-support: Constness fix
libgames-support/games-scores-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/games-scores-dialog.c b/libgames-support/games-scores-dialog.c
index 8ce1070..d7aca59 100644
--- a/libgames-support/games-scores-dialog.c
+++ b/libgames-support/games-scores-dialog.c
@@ -104,7 +104,7 @@ static void games_scores_dialog_load_categories (GamesScoresCategory *cat,
static void games_scores_dialog_set_style (GamesScoresDialog *self,
GamesScoreStyle style)
{
- gchar *header;
+ const gchar *header;
self->_priv->style = style;
switch (style) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]