From 855b85657d2536eb67108318336ad1d19206a320 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Tue, 2 May 2000 21:34:01 +0000 Subject: Set G_LOG_DOMAIN in following files. addressbook/demo/Makefile.am addressbook/printing/Makefile.am camel/Makefile.am camel/providers/MH/Makefile.am camel/providers/maildir/Makefile.am camel/providers/mbox/Makefile.am camel/providers/nntp/Makefile.am camel/providers/pop3/Makefile.am camel/providers/sendmail/Makefile.am camel/providers/smtp/Makefile.am composer/Makefile.am e-util/Makefile.am filter/Makefile.am libibex/Makefile.am mail/Makefile.am shell/Makefile.am tests/Makefile.am tests/ui-tests/Makefile.am widgets/e-table/Makefile.am widgets/e-text/Makefile.am widgets/meeting-time-sel/Makefile.am widgets/shortcut-bar/Makefile.am svn path=/trunk/; revision=2756 --- widgets/shortcut-bar/ChangeLog | 4 ++++ widgets/shortcut-bar/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'widgets/shortcut-bar') diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog index e4ec9ba679..cbe187f9e4 100644 --- a/widgets/shortcut-bar/ChangeLog +++ b/widgets/shortcut-bar/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Matt Loper + + * Makefile.am: set G_LOG_DOMAIN. + 2000-04-16 Damon Chaplin * test-shortcut-bar.c: added buttons to test moving/reordering groups. diff --git a/widgets/shortcut-bar/Makefile.am b/widgets/shortcut-bar/Makefile.am index a89b3dfe8b..66893fefb0 100644 --- a/widgets/shortcut-bar/Makefile.am +++ b/widgets/shortcut-bar/Makefile.am @@ -4,7 +4,8 @@ noinst_PROGRAMS = test-shortcut-bar INCLUDES = \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - $(EXTRA_GNOME_CFLAGS) + $(EXTRA_GNOME_CFLAGS) \ + -DG_LOG_DOMAIN=\"shortcut-bar\" libshortcut_bar_a_SOURCES = \ e-clipped-label.c \ -- cgit v1.2.3