| 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 } |