summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-02-09 22:06:59 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-02-09 22:06:59 +0000
commitbd627b925ad8b49c23c2f1dbc0b14b1eff3e5eb5 (patch)
tree8d7a2e28fc1fac2946ea6a62d428581c2fcbfe5d
parentd0ade6b12d3ea22b2bca473deb03a2b83a996cb5 (diff)
downloadgnome-common-bd627b925ad8b49c23c2f1dbc0b14b1eff3e5eb5.tar.gz
Support for freezing/thawing the GtkCTree during potential tree updates
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
-rw-r--r--intl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 34b538d..8adfd19 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -18,7 +18,7 @@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
-SHELL = /bin/sh
+SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@