Set G_LOG_DOMAIN=__FILE__ rather than "e-title-bar" in all three widgets.

* Makefile.am (INCLUDES): Set G_LOG_DOMAIN=__FILE__ rather than
	"e-title-bar" in all three widgets.

svn path=/trunk/; revision=3897
This commit is contained in:
Dan Winship
2000-07-05 20:51:27 +00:00
parent 2365cbf0c3
commit 97539df002
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-07-05 Dan Winship <danw@helixcode.com>
* Makefile.am (INCLUDES): Set G_LOG_DOMAIN=__FILE__ rather than
"e-title-bar" in all three widgets.
2000-06-13 Anders Carlsson <andersca@gnu.org>
* e-scroll-frame.c (e_scroll_frame_button_press): Control does

View File

@ -5,7 +5,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets/shortcut-bar \
$(EXTRA_GNOME_CFLAGS) \
-DG_LOG_DOMAIN=\"e-title-bar\"
-DG_LOG_DOMAIN=__FILE__
noinst_LIBRARIES = \
libemiscwidgets.a