src/gtkdebug.c

changeset 8735
01248ea222d3
parent 8046
c581b20a47d6
child 8953
6705ad4595b0
equal deleted inserted replaced
8734:afa380e9818c 8735:01248ea222d3
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);

mercurial