Support for freezing/thawing the GtkCTree during potential tree updates
authorArturo Espinosa <unammx@src.gnome.org>
Tue, 9 Feb 1999 22:06:59 +0000 (22:06 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Tue, 9 Feb 1999 22:06:59 +0000 (22:06 +0000)
Support for freezing/thawing the GtkCTree during potential
tree updates from the treestore.

This speeds up a lot the display, as the GtkCTree seems to be
particularly bad at handling changes to the tree and keeping
the display in sync.

Makefile fixes to support SHELL= during compilation.

Miguel.

svn path=/trunk/; revision=625

intl/Makefile.in

index 34b538d..8adfd19 100644 (file)
@@ -18,7 +18,7 @@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@