Mercurial > pidgin
changeset 8002:c94f2dad3b73
[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 <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 05 Jan 2004 03:11:35 +0000 |
parents | 934f5df83b29 |
children | b9d3d397a195 |
files | src/gtkdebug.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; } -