2007-06-04 [wwp] 2.9.2cvs31
authorTristan Chabredier <wwp@claws-mail.org>
Mon, 4 Jun 2007 06:53:34 +0000 (06:53 +0000)
committerTristan Chabredier <wwp@claws-mail.org>
Mon, 4 Jun 2007 06:53:34 +0000 (06:53 +0000)
* src/prefs_account.c
Fix compiling w/o openssl support.

ChangeLog
PATCHSETS
configure.ac
src/prefs_account.c

index e2d3f2cab00ba1bc53c293e27e02762df3ac4607..3b348e5eede93409e21ac7770f74be71130a1b70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-04 [wwp]       2.9.2cvs31
+
+       * src/prefs_account.c
+               Fix compiling w/o openssl support.
+
 2007-06-03 [wwp]       2.9.2cvs30
 
        * src/prefs_gtk.c
index 03fe2e60f95352086eb40f57bb31a41aa411509d..8e64a41997b7542a3c493eb23466318cdcbd3251 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.105.2.96 -r 1.105.2.97 src/prefs_account.c;  cvs diff -u -r 1.12.2.33 -r 1.12.2.34 src/gtk/prefswindow.c;  cvs diff -u -r 1.7.2.8 -r 1.7.2.9 src/gtk/prefswindow.h;  ) > 2.9.2cvs28.patchset
 ( cvs diff -u -r 1.10.2.31 -r 1.10.2.32 src/prefs_gtk.c;  ) > 2.9.2cvs29.patchset
 ( cvs diff -u -r 1.10.2.31 -r 1.10.2.32 src/prefs_gtk.c;  ) > 2.9.2cvs30.patchset
+( cvs diff -u -r 1.105.2.97 -r 1.105.2.98 src/prefs_account.c;  ) > 2.9.2cvs31.patchset
index 9444cb1758cddb31c5260f1c137e732dd218c6fb..b510808661b1c8a71f5c477bccd5f63cf942b471 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=30
+EXTRA_VERSION=31
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index d601b4ae715b9e655c3ed6ecc3df0772f067992d..ffb08f653e785a3f8d1be567c8da20cf9510954a 100644 (file)
@@ -178,12 +178,10 @@ typedef struct ComposePage
        GtkWidget *autobcc_entry;
        GtkWidget *autoreplyto_checkbtn;
        GtkWidget *autoreplyto_entry;
-#ifdef USE_ASPELL
        GtkWidget *checkbtn_enable_default_dictionary;
        GtkWidget *optmenu_default_dictionary;
        GtkWidget *checkbtn_enable_default_alt_dictionary;
        GtkWidget *optmenu_default_alt_dictionary;
-#endif
 } ComposePage;
 
 typedef struct TemplatesPage