Mercurial > pidgin.yaz
changeset 8116:761caeb8583e
[gaim-migrate @ 8820]
Tim didn't do this, and I didn't mean to.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 15 Jan 2004 23:02:19 +0000 |
parents | 2a9e8ba61ec7 |
children | e280d73ed07f |
files | plugins/tcl/tcl_glib.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/tcl/tcl_glib.c Thu Jan 15 22:55:09 2004 +0000 +++ b/plugins/tcl/tcl_glib.c Thu Jan 15 23:02:19 2004 +0000 @@ -74,7 +74,6 @@ ClientData Tcl_InitNotifier() { - Tcl_SetServiceMode(TCL_SERVICE_ALL); return NULL; } @@ -90,6 +89,7 @@ notifier.waitForEventProc = tcl_wait_for_event; Tcl_SetNotifier(¬ifier); + Tcl_SetServiceMode(TCL_SERVICE_ALL); tcl_timer_pending = FALSE; tcl_file_handlers = g_hash_table_new(g_direct_hash, g_direct_equal);