aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-08-11 16:49:53 +0000
committerTom Tromey <tromey@redhat.com>1997-08-11 16:49:53 +0000
commit7b94b2ea7797b29c061021850f8948c14c523387 (patch)
treec4a38207cf4dfd043e794ab951360b4c8b2abff9 /gdb/gdbtk.c
parent6ccdc203e69de6d977c7fb02d9b9be30742de12d (diff)
downloadgdb-7b94b2ea7797b29c061021850f8948c14c523387.zip
gdb-7b94b2ea7797b29c061021850f8948c14c523387.tar.gz
gdb-7b94b2ea7797b29c061021850f8948c14c523387.tar.bz2
* gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
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,