From 2fa1ed250656c38c4ad72525dd13a030de4bf061 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 29 Feb 2000 21:43:45 +0000 Subject: Don't show the tooltip if the text is being editted or isn't clipped. 2000-02-29 Iain Holmes * widgets/e-text/e-text.c: Don't show the tooltip if the text is being editted or isn't clipped. Remove the tooltip when editting starts. * widgets/e-text/Makefile.am: Build the test program svn path=/trunk/; revision=1994 --- widgets/e-text/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'widgets/e-text/Makefile.am') diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am index ec7795f283..d0ee56e5e1 100644 --- a/widgets/e-text/Makefile.am +++ b/widgets/e-text/Makefile.am @@ -11,3 +11,16 @@ libetext_a_SOURCES = \ e-text-event-processor.h \ e-text-event-processor-emacs-like.c \ e-text-event-processor-emacs-like.h + +noinst_PROGRAMS = \ + e-text-test + +e_text_test_SOURCES = \ + e-text-test.c + +e_text_test_LDADD = \ + libetext.a \ + $(EXTRA_GNOME_LIBS) \ + $(top_builddir)/e-util/libeutil.la + +e_text_test_LDFLAGS = `gnome-config --libs gdk_pixbuf` -- cgit v1.2.3