Mercurial > pidgin
changeset 7238:60aa7d4ebfba
[gaim-migrate @ 7813]
I was going to remove the apply button, but apparently spin boxes don't
emit a value-changed signal when a user types a number in the box...
Seems like a gtk bug for me.
Whateva.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 12 Oct 2003 04:27:00 +0000 |
parents | 5b94ddd51aa1 |
children | 3875b924d622 |
files | plugins/timestamp.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/timestamp.c Sun Oct 12 04:10:31 2003 +0000 +++ b/plugins/timestamp.c Sun Oct 12 04:27:00 2003 +0000 @@ -138,7 +138,6 @@ plugin, GAIM_CALLBACK(timestamp_new_convo), NULL); interval = gaim_prefs_get_int("/plugins/gtk/timestamp/interval"); - gaim_debug(GAIM_DEBUG_ERROR, "XXX", "Got interval from prefs: %d\n", interval); return TRUE; }