[gnome-games] libgames-support: Constness fix



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]