aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-06 04:51:27 +0800
committerDan Winship <danw@src.gnome.org>2000-07-06 04:51:27 +0800
commit97539df0026d5be000fc5e906286d76cc9b1ea86 (patch)
treefc5dbe4647743e55e4c9ae9dc876a81488fa0999
parent2365cbf0c3cf5e4522e24155ff061f481124554c (diff)
downloadgsoc2013-evolution-97539df0026d5be000fc5e906286d76cc9b1ea86.tar
gsoc2013-evolution-97539df0026d5be000fc5e906286d76cc9b1ea86.tar.gz
gsoc2013-evolution-97539df0026d5be000fc5e906286d76cc9b1ea86.tar.bz2
gsoc2013-evolution-97539df0026d5be000fc5e906286d76cc9b1ea86.tar.lz
gsoc2013-evolution-97539df0026d5be000fc5e906286d76cc9b1ea86.tar.xz
gsoc2013-evolution-97539df0026d5be000fc5e906286d76cc9b1ea86.tar.zst
gsoc2013-evolution-97539df0026d5be000fc5e906286d76cc9b1ea86.zip
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
-rw-r--r--widgets/misc/ChangeLog5
-rw-r--r--widgets/misc/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index aadc5d6e2d..7cad0cfc37 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -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
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am
index 9596668e1f..b5d2f1bad2 100644
--- a/widgets/misc/Makefile.am
+++ b/widgets/misc/Makefile.am
@@ -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