diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-06 04:51:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-06 04:51:27 +0800 |
commit | 97539df0026d5be000fc5e906286d76cc9b1ea86 (patch) | |
tree | fc5dbe4647743e55e4c9ae9dc876a81488fa0999 /widgets/misc | |
parent | 2365cbf0c3cf5e4522e24155ff061f481124554c (diff) | |
download | gsoc2013-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
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/ChangeLog | 5 | ||||
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
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 |