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:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user