src/status.c

changeset 12816
5f93e09fa9a6
parent 12797
d0f51cfde6bc
child 13039
ae0449c44528
equal deleted inserted replaced
12815:5f73e8c06a9c 12816:5f93e09fa9a6
1636 1636
1637 /************************************************************************** 1637 /**************************************************************************
1638 * Status subsystem 1638 * Status subsystem
1639 **************************************************************************/ 1639 **************************************************************************/
1640 static void 1640 static void
1641 score_pref_changed_cb(const char *name, GaimPrefType type, gpointer value, 1641 score_pref_changed_cb(const char *name, GaimPrefType type,
1642 gpointer data) 1642 gconstpointer value, gpointer data)
1643 { 1643 {
1644 int index = GPOINTER_TO_INT(data); 1644 int index = GPOINTER_TO_INT(data);
1645 1645
1646 primitive_scores[index] = GPOINTER_TO_INT(value); 1646 primitive_scores[index] = GPOINTER_TO_INT(value);
1647 } 1647 }

mercurial