mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
17 lines
600 B
Plaintext
17 lines
600 B
Plaintext
$NetBSD: patch-ac,v 1.1 2001/05/07 12:00:59 jtb Exp $
|
|
|
|
--- igmt.tcl.orig Tue Sep 5 14:39:17 2000
|
|
+++ igmt.tcl
|
|
@@ -192,9 +192,9 @@
|
|
# copy the default image to fill the frame the first time if there is
|
|
# no temporary file around
|
|
|
|
-exec $igmt_root/igmt_helper_checkfile $gif_filename $def_gif_filename
|
|
+#exec $igmt_root/igmt_helper_checkfile $gif_filename $def_gif_filename
|
|
|
|
-image create photo map_image -file $gif_filename
|
|
+image create photo map_image -file $def_gif_filename
|
|
label .mapimage -image map_image -bd 1 -relief sunken
|
|
pack .mapimage
|
|
pack .mb .mapimage -fill x -fill y -side top
|