Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/boards
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-11-07 21:27:18 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-11-07 21:27:18 (GMT)
commitc47debd13e822c5ec4639cc8c40310f06fce0ad2 (patch)
treeac7482fed26e5992031a75387b73a9595fd38458 /src/boards
parentcb77579bb0bf7ef88b8a17720150c56e17219edb (diff)
Fixes to compile on ubuntu 8.10
svn path=/trunk/; revision=3595
Diffstat (limited to 'src/boards')
-rw-r--r--src/boards/colors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boards/colors.c b/src/boards/colors.c
index ff525cc..a5ace77 100644
--- a/src/boards/colors.c
+++ b/src/boards/colors.c
@@ -327,7 +327,7 @@ static void repeat (){
g_free(str);
- str = g_strdup_printf(gettext(colors[GPOINTER_TO_INT(g_list_nth_data(listColors, 0))*2+1]));
+ str = g_strdup(gettext(colors[GPOINTER_TO_INT(g_list_nth_data(listColors, 0))*2+1]));
gnome_canvas_item_new (boardRootItem,
gnome_canvas_text_get_type (),