[Commits] [SCM] claws branch, master, updated. 3.14.1-178-g1950c09
miras at claws-mail.org
miras at claws-mail.org
Sun Feb 5 01:13:13 CET 2017
The branch, master has been updated
via 1950c0973e8175da4b7fde7eca66184086e903ac (commit)
from 2bf719fcbf4e1e2cbfb0b574db48c468375e4dbf (commit)
Summary of changes:
src/plugins/dillo/dillo_prefs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 1950c0973e8175da4b7fde7eca66184086e903ac
Author: Michael Rasmussen <mir at datanom.net>
Date: Sun Feb 5 01:13:03 2017 +0100
Fix build when using alternate addressbook
diff --git a/src/plugins/dillo/dillo_prefs.c b/src/plugins/dillo/dillo_prefs.c
index 8d9529b..08718cd 100644
--- a/src/plugins/dillo/dillo_prefs.c
+++ b/src/plugins/dillo/dillo_prefs.c
@@ -78,7 +78,7 @@ static void create_dillo_prefs_page (PrefsPage *page,
static void destroy_dillo_prefs_page (PrefsPage *page);
static void save_dillo_prefs (PrefsPage *page);
-#ifndef USE_NEW_ADDRBOOK
+#ifndef USE_ALT_ADDRBOOK
static void dillo_whitelist_ab_select_cb(GtkWidget *widget, gpointer data)
{
DilloBrowserPage *page = (DilloBrowserPage *) data;
@@ -238,7 +238,7 @@ static void create_dillo_prefs_page(PrefsPage *page,
G_CALLBACK(whitelist_checkbox_toggled),
prefs_page);
-#ifndef USE_NEW_ADDRBOOK
+#ifndef USE_ALT_ADDRBOOK
g_signal_connect(G_OBJECT (whitelist_ab_select_btn), "clicked",
G_CALLBACK(dillo_whitelist_ab_select_cb), prefs_page);
#else
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list