| 6477:afee73ef6809 | 6478:2c3fe7c8659b |
|---|---|
| 103 | 103 |
| 104 static void | 104 static void |
| 105 timestamps_pref_cb(const char *name, GaimPrefType type, gpointer value, | 105 timestamps_pref_cb(const char *name, GaimPrefType type, gpointer value, |
| 106 gpointer data) | 106 gpointer data) |
| 107 { | 107 { |
| 108 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(data), (gboolean)value); | 108 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(data), GPOINTER_TO_INT(value)); |
| 109 } | 109 } |
| 110 | 110 |
| 111 static DebugWindow * | 111 static DebugWindow * |
| 112 debug_window_new(void) | 112 debug_window_new(void) |
| 113 { | 113 { |