[nautilus-actions] Fix incorrect plugins log domains
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Fix incorrect plugins log domains
- Date: Wed, 14 Apr 2010 18:17:58 +0000 (UTC)
commit 01a10527ad087f546d353e3cec707ef61f3f147e
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Apr 12 06:54:54 2010 +0200
Fix incorrect plugins log domains
ChangeLog | 5 +++++
src/plugin-menu/Makefile.am | 2 +-
src/plugin-tracker/Makefile.am | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2468611..a678534 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
* src/utils/nautilus-actions-run.c (targets_from_selection):
Get the mimetype from DBus interface.
+2009-04-12 Pierre Wieser <pwieser trychlos org>
+
+ * src/plugin-menu/Makefile.am:
+ * src/plugin-tracker/Makefile.am: Fix incorrect log domains.
+
2009-04-09 Pierre Wieser <pwieser trychlos org>
* NEWS: Updated.
diff --git a/src/plugin-menu/Makefile.am b/src/plugin-menu/Makefile.am
index e95ee30..3d33930 100644
--- a/src/plugin-menu/Makefile.am
+++ b/src/plugin-menu/Makefile.am
@@ -29,7 +29,7 @@
AM_CPPFLAGS += \
-I $(top_srcdir) \
-I $(top_srcdir)/src \
- -DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_PLUGIN}\" \
+ -DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_PLUGIN_MENU}\" \
$(NAUTILUS_ACTIONS_CFLAGS) \
$(NULL)
diff --git a/src/plugin-tracker/Makefile.am b/src/plugin-tracker/Makefile.am
index 098995c..1d31802 100644
--- a/src/plugin-tracker/Makefile.am
+++ b/src/plugin-tracker/Makefile.am
@@ -29,7 +29,7 @@
AM_CPPFLAGS += \
-I $(top_srcdir) \
-I $(top_srcdir)/src \
- -DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_TRACKER}\" \
+ -DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_PLUGIN_TRACKER}\" \
$(NAUTILUS_ACTIONS_CFLAGS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]