commit 223f02a692871d819c31e716448a5566fc2ea086
parent 59ebc25c0747333729d7716890e289e50a6471b1
Author: Paul Mangan <paul@claws-mail.org>
Date: Sun, 3 Jul 2011 17:24:06 +0000
2011-07-03 [paul] 3.7.9cvs29
* src/wizard.c
fix bug 2462, 'Building without GnuTLS support leads to a
failure in wizard.c'
Diffstat:
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-03 [paul] 3.7.9cvs29
+
+ * src/wizard.c
+ fix bug 2462, 'Building without GnuTLS support leads to a
+ failure in wizard.c'
+
2011-07-03 [paul] 3.7.9cvs28
* src/mainwindow.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4180,3 +4180,4 @@
( cvs diff -u -r 1.654.2.4253 -r 1.654.2.4254 configure.ac; ) > 3.7.9cvs26.patchset
( cvs diff -u -r 1.274.2.324 -r 1.274.2.325 src/mainwindow.c; ) > 3.7.9cvs27.patchset
( cvs diff -u -r 1.274.2.325 -r 1.274.2.326 src/mainwindow.c; cvs diff -u -r 1.39.2.60 -r 1.39.2.61 src/mainwindow.h; cvs diff -u -r 1.395.2.428 -r 1.395.2.429 src/summaryview.c; ) > 3.7.9cvs28.patchset
+( cvs diff -u -r 1.1.2.83 -r 1.1.2.84 src/wizard.c; ) > 3.7.9cvs29.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=9
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=28
+EXTRA_VERSION=29
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/wizard.c b/src/wizard.c
@@ -1253,8 +1253,8 @@ static GtkWidget* smtp_page (WizardWindow * wizard)
GtkWidget *hbox;
GtkWidget *hbox_spc;
GtkWidget *smtp_auth_table;
-#ifdef USE_GNUTLS
GtkWidget *label;
+#ifdef USE_GNUTLS
GtkWidget *button;
GtkWidget *smtp_cert_table;
#endif