| 77 return FALSE; |
77 return FALSE; |
| 78 } |
78 } |
| 79 |
79 |
| 80 static void schedule_prefs_save() { |
80 static void schedule_prefs_save() { |
| 81 if(!prefs_save_timer) |
81 if(!prefs_save_timer) |
| 82 prefs_save_timer = g_timeout_add(5000, prefs_save_callback, NULL); |
82 prefs_save_timer = gaim_timeout_add(5000, prefs_save_callback, NULL); |
| 83 } |
83 } |
| 84 |
84 |
| 85 static void prefs_save_cb(const char *name, GaimPrefType type, gpointer val, |
85 static void prefs_save_cb(const char *name, GaimPrefType type, gpointer val, |
| 86 gpointer user_data) { |
86 gpointer user_data) { |
| 87 |
87 |