[gnome-robots/wip/libgames-support] Another API change...
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots/wip/libgames-support] Another API change...
- Date: Sun, 20 Sep 2015 23:10:22 +0000 (UTC)
commit 71af6979c1e6ddfc1fc3d602371443ed7a69a829
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Sep 20 18:10:04 2015 -0500
Another API change...
src/game.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/game.c b/src/game.c
index 1b2de04..476067d 100644
--- a/src/game.c
+++ b/src/game.c
@@ -172,7 +172,7 @@ log_score (gint sc)
const gchar* key = sbuf;
const gchar* name = category_name_from_key (key);
current_cat = games_scores_category_new (key, name);
- games_scores_context_add_score (highscores, (guint32) sc, current_cat, add_score_cb, NULL);
+ games_scores_context_add_score (highscores, (guint32) sc, current_cat, NULL, add_score_cb, NULL);
}
g_free (sbuf);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]