# HG changeset patch # User Christian Hammond # Date 1073272295 0 # Node ID c94f2dad3b736b3b4788c5a10193d5cae1b0d86f # Parent 934f5df83b295de6c127456ae3ebe32abf43e752 [gaim-migrate @ 8679] xgrimx made the Timestamps button reflect the setting. I was sure I did that before... It must be the goblins. It's *always* the goblins. committer: Tailor Script diff -r 934f5df83b29 -r c94f2dad3b73 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; } -