[balsa: 1/2] compose window: Fix a typo



commit bdfdcc644d9dc94be21cef30746e6cd2c59d4853
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Mon May 25 11:32:15 2020 -0400

    compose window: Fix a typo
    
    Many thanks to Helmut Jarausch for the report!
    
    https://mail.gnome.org/archives/balsa-list/2020-May/msg00021.html

 src/sendmsg-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index 2b87815d2..f9e0631ce 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -4142,7 +4142,7 @@ create_lang_menu(GtkWidget * parent, BalsaSendmsg * bsmsg)
 #else
     GList *lang_list, *l;
 #endif                          /* HAVE_GSPELL */
-#if !HAVE_GSPELL && !HAVE_GTKSPELL_
+#if !HAVE_GSPELL && !HAVE_GTKSPELL
     EnchantBroker *broker;
 #endif                          /* !HAVE_GSPELL && !HAVE_GTKSPELL */
     const gchar *preferred_lang;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]