# HG changeset patch # User Mark Doliner # Date 1065932820 0 # Node ID 60aa7d4ebfbaa3c007df36f6932a5b38dde636f5 # Parent 5b94ddd51aa115c00f44b7bbd0efd3a747a09bae [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 diff -r 5b94ddd51aa1 -r 60aa7d4ebfba plugins/timestamp.c --- 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; }