[balsa] Restore running the address book editor
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Restore running the address book editor
- Date: Mon, 4 Feb 2019 00:38:33 +0000 (UTC)
commit 508c2830f64ce4ba06261da1b1f0acef810319ef
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sun Feb 3 19:37:47 2019 -0500
Restore running the address book editor
* src/meson.build: build the editor with the correct name:
"balsa-ab", not "balsa_ab";
* ui/balsa-ab.gresource.xml: use the correct prefix:
"/org/desktop/BalsaAb", not "/org/desktop/Balsa".
ChangeLog | 9 +++++++++
src/meson.build | 2 +-
ui/balsa-ab.gresource.xml | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6efab295c..a5d54304d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-02-03 Peter Bloomfield <pbloomfield bellsouth net>
+
+ Restore running the address book editor
+
+ * src/meson.build: build the editor with the correct name:
+ "balsa-ab", not "balsa_ab";
+ * ui/balsa-ab.gresource.xml: use the correct prefix:
+ "/org/desktop/BalsaAb", not "/org/desktop/Balsa".
+
2018-01-30 Albrecht Dreß <albrecht dress arcor de>
LDAP address book: use all email attributes
diff --git a/src/meson.build b/src/meson.build
index 5b2dba928..2f41d5947 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -114,7 +114,7 @@ balsa_ab_sources = [
'address-book-config.c'
]
-executable('balsa_ab', balsa_ab_sources, balsa_ab_resources,
+executable('balsa-ab', balsa_ab_sources, balsa_ab_resources,
dependencies : balsa_ab_deps,
include_directories : [top_include, libbalsa_include],
link_with : libbalsa_a,
diff --git a/ui/balsa-ab.gresource.xml b/ui/balsa-ab.gresource.xml
index 1b32287fd..9e6915ef7 100644
--- a/ui/balsa-ab.gresource.xml
+++ b/ui/balsa-ab.gresource.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
- <gresource prefix="/org/desktop/Balsa">
+ <gresource prefix="/org/desktop/BalsaAb">
<file compressed="true">ab-main.ui</file>
</gresource>
</gresources>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]