diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-21 20:23:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-21 20:23:52 +0000 |
commit | 1a1dbdfdfe82b684a99aa37511eb28590db89e69 (patch) | |
tree | 2e7c9e234a10ae93c6bd77b6885e78153bd03c50 /news | |
parent | 76d5e30f599ddf37bd5fe922ec101e1af52be196 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/pan2/Makefile | 1 | ||||
-rw-r--r-- | news/pan2/files/patch-temp | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 10f0130a244d..ee8f0b89608c 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -7,6 +7,7 @@ PORTNAME= pan2 PORTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \ diff --git a/news/pan2/files/patch-temp b/news/pan2/files/patch-temp new file mode 100644 index 000000000000..f8fb57c8677e --- /dev/null +++ b/news/pan2/files/patch-temp @@ -0,0 +1,23 @@ +--- 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; + |