| 279 /* Debug window preferences. */ |
279 /* Debug window preferences. */ |
| 280 /* |
280 /* |
| 281 * NOTE: This must be set before prefs are loaded, and the callbacks |
281 * NOTE: This must be set before prefs are loaded, and the callbacks |
| 282 * set after they are loaded, since prefs sets the enabled |
282 * set after they are loaded, since prefs sets the enabled |
| 283 * preference here and that loads the window, which calls the |
283 * preference here and that loads the window, which calls the |
| 284 * configure event, which overrrides the width and height! :P |
284 * configure event, which overrides the width and height! :P |
| 285 */ |
285 */ |
| 286 |
286 |
| 287 gaim_prefs_add_none("/gaim/gtk/debug"); |
287 gaim_prefs_add_none("/gaim/gtk/debug"); |
| 288 gaim_prefs_add_bool("/gaim/gtk/debug/enabled", FALSE); |
288 gaim_prefs_add_bool("/gaim/gtk/debug/enabled", FALSE); |
| 289 gaim_prefs_add_bool("/gaim/gtk/debug/timestamps", FALSE); |
289 gaim_prefs_add_bool("/gaim/gtk/debug/timestamps", FALSE); |