* gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
authorTom Tromey <tromey@redhat.com>
Mon, 11 Aug 1997 16:49:53 +0000 (16:49 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 11 Aug 1997 16:49:53 +0000 (16:49 +0000)
gdb/ChangeLog
gdb/gdbtk.c

index f3f1eddd41610289eda2058cd259b785c2f67eed..bce2e0d14c523fdea10c5cf70c31b8d54ca76a9d 100644 (file)
@@ -1,3 +1,9 @@
+start-sanitize-gdbtk
+Mon Aug 11 10:43:04 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
+
+end-sanitize-gdbtk
 Sun Aug 10 19:08:26 1997  Jeffrey A Law  (law@cygnus.com)
 
        * utils.c (error): Fix return type for !ANSI_PROTOTYPES.
index ae47ece320cf7ecb603a830bbd4199e55e8fd2f7..0d558f5deb7e08a4480708d885bb1847906581f1 100644 (file)
@@ -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,
This page took 0.036151 seconds and 4 git commands to generate.