Typo in GIT
Helmut Jarausch via balsa-list <[email protected]> Mon, 25 May 2020 13:57:34 +0200
| Newsgroups | gmane.comp.gnome.apps.balsa |
|---|---|
| Message-ID | <[email protected]> |
Hi,
to compile the current GIT version of Balsa I had to apply to the
following patch
(please note the superfluous underline in GTKSPELL_ below)
--- src/sendmsg-window.c.ORIG 2020-05-25 13:45:03.075834081 +0200
+++ src/sendmsg-window.c 2020-05-25 13:51:45.425811909 +0200
@@ -4142,7 +4142,7 @@
#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;