[Commits] [SCM] claws branch, master, updated. 3.12.0-99-g904dc07

Colin colin at claws-mail.org
Sat Oct 3 23:34:25 CEST 2015


The branch, master has been updated
       via  904dc0783c35e3438b3e7f4252302a98923e9cb8 (commit)
      from  66d1996ab05769926ac5ce5fdaf1b5377ea680f4 (commit)

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


- Log -----------------------------------------------------------------
commit 904dc0783c35e3438b3e7f4252302a98923e9cb8
Author: Christian Hesse <mail at eworm.de>
Date:   Fri Oct 2 15:40:46 2015 +0200

    msg is not const
    
    Signed-off-by: Christian Hesse <mail at eworm.de>

diff --git a/src/gtk/gtkutils.c b/src/gtk/gtkutils.c
index 3500a83..b30a46b 100644
--- a/src/gtk/gtkutils.c
+++ b/src/gtk/gtkutils.c
@@ -1915,7 +1915,7 @@ static void auto_configure_done(const gchar *hostname, gint port, gboolean ssl,
 
 		gtk_label_set_text(data->info_label, _("Done."));
 	} else {
-		const gchar *msg;
+		gchar *msg;
 		switch (data->resolver_error) {
 		case G_RESOLVER_ERROR_NOT_FOUND:
 			msg = g_strdup(_("Failed: no service record found."));

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list