ports/mail/balsa/files/patch-src_balsa-app.c
Joe Marcus Clarke 7beeccbc3c Update to 2.2.1. Balsa 1.4.x is obsolete, and doesn't even build anymore.
This update effectively obsoletes the balsa2 port.
2004-08-06 22:49:11 +00:00

13 lines
331 B
C

--- src/balsa-app.c.orig Fri Aug 6 17:43:17 2004
+++ src/balsa-app.c Fri Aug 6 17:43:42 2004
@@ -652,10 +652,6 @@
BalsaFind bf;
gboolean is_sub_thread = libbalsa_am_i_subthread();
-#ifdef BALSA_USE_THREADS
- g_assert(!g_mutex_trylock(gdk_threads_mutex));
-#endif
-
if (is_sub_thread)
gdk_threads_enter();