aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r--gdb/gdbtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c
index ae47ece..0d558f5 100644
--- a/gdb/gdbtk.c
+++ b/gdb/gdbtk.c
@@ -1363,7 +1363,7 @@ gdbtk_init ( argv0 )
IluTk_Init ();
- h = ide_event_init_client (&errmsg, libexecdir);
+ h = ide_event_init_from_environment (&errmsg, libexecdir);
if (h == NULL)
{
Tcl_AppendResult (interp, "can't initialize event system: ", errmsg,