Skip site navigation (1)Skip section navigation (2)
Date:      21 Oct 2002 21:11:33 +0200
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        Joe Marcus Clarke <marcus@marcuscom.com>, gnome@freebsd.org
Subject:   pan2 patch for the articlelist...
Message-ID:  <1035227493.74634.32.camel@martin>

next in thread | raw e-mail | index | archive | help

--=-hTvm9UX43MRZ735C94yI
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hello Joe,

Maybe you remember the problem on pan2 that it didn't work correctly.

Please commit this file into the files directory of news/pan2 and set a
PORTREVISION for it.

So, all the people useing pan2 will be glad.. ;-)

If you want you can also look at
http://bugzilla.gnome.org/show_bug.cgi?id=96258 for this bug.

Thanks,
Martin


--=-hTvm9UX43MRZ735C94yI
Content-Disposition: attachment; filename="patch-pan::articlelist.c"
Content-Type: text/x-c; name="patch-pan::articlelist.c"; charset=ISO8859-1
Content-Transfer-Encoding: 7bit

--- pan/articlelist.c	29 Sep 2002 12:46:18 -0000	1.577
+++ pan/articlelist.c	20 Oct 2002 22:19:18 -0000
@@ -3412,9 +3412,6 @@
 	if (fetch_new_on_group_load && !group_is_folder(group))
 		queue_insert_tasks (g_slist_append(NULL,task_headers_new(group,HEADERS_NEW)), 0);
 
-	/* switching done. safe to do another switch */
-	g_static_mutex_unlock (&switch_mutex);
-
 	debug_exit ("set_group_mainthread_end");
 	return 0;
 }
@@ -3475,6 +3472,9 @@
 
 	/* hard work over, pass back to main thread */
 	gui_queue_add (set_group_mainthread_end, argset);
+
+	/* safe to do another switch */
+	g_static_mutex_unlock (&switch_mutex);
 
 	debug_exit ("set_group_worker");
 	return NULL;


--=-hTvm9UX43MRZ735C94yI--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1035227493.74634.32.camel>