[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-135-g269c75c

miras at claws-mail.org miras at claws-mail.org
Fri Mar 30 11:52:03 CEST 2018


The branch, gtk3 has been updated
       via  269c75cbdd5a9095578fb796f7ba5a13d20010ec (commit)
      from  3a6cbced6a165f88a5425cf6e439006d54b77914 (commit)

Summary of changes:
 src/addrgather.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 269c75cbdd5a9095578fb796f7ba5a13d20010ec
Author: Michael Rasmussen <mir at datanom.net>
Date:   Fri Mar 30 11:39:36 2018 +0200

    Fix broken build
    
    Signed-off-by: Michael Rasmussen <mir at datanom.net>

diff --git a/src/addrgather.c b/src/addrgather.c
index dc646fc..d15cc49 100644
--- a/src/addrgather.c
+++ b/src/addrgather.c
@@ -180,7 +180,7 @@ static gboolean addrgather_dlg_harvest() {
 		g_free( name );
 		return FALSE;
 #else
-	name = gtk_combo_box_get_active_text(GTK_COMBO_BOX(addrgather_dlg.entryBook));
+	name = gtk_editable_get_chars( GTK_EDITABLE(addrgather_dlg.entryBook), 0, -1 );
 	if( name == NULL || strlen( name ) < 1 ) {
 		addrgather_dlg_status_show(
 			_("No available address book."));

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list