diff -r cd8b227e2fc8 -r 8e7cad810916 src/gtkdebug.c --- a/src/gtkdebug.c Mon Jan 05 03:06:13 2004 +0000 +++ b/src/gtkdebug.c Mon Jan 05 03:11:35 2004 +0000 @@ -179,7 +179,10 @@ NULL, _("Timestamps"), NULL, NULL, NULL, G_CALLBACK(timestamps_cb), win); - + + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), + gaim_prefs_get_bool("/gaim/gtk/debug/timestamps")); + win->timestamps_handle = gaim_prefs_connect_callback("/gaim/gtk/debug/timestamps", timestamps_pref_cb, button); @@ -417,4 +420,3 @@ { return &ops; } -