[xfce4-mailwatch-plugin] Add missing patch

Christoph Wickert cwickert at fedoraproject.org
Sat Jun 4 15:28:03 UTC 2011


commit 1ba93e4a58cc630a34231bd3102ee3b254bba97a
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Jun 4 17:27:40 2011 +0200

    Add missing patch

 ...lwatch-plugin-1.1.0-mbox-refresh-interval.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/xfce4-mailwatch-plugin-1.1.0-mbox-refresh-interval.patch b/xfce4-mailwatch-plugin-1.1.0-mbox-refresh-interval.patch
new file mode 100644
index 0000000..e96199c
--- /dev/null
+++ b/xfce4-mailwatch-plugin-1.1.0-mbox-refresh-interval.patch
@@ -0,0 +1,11 @@
+--- xfce4-mailwatch-plugin-1.1.0.orig/libmailwatch-core/mailwatch-mailbox-mbox.c	2008-09-11 06:31:50.000000000 +0200
++++ xfce4-mailwatch-plugin-1.1.0/libmailwatch-core/mailwatch-mailbox-mbox.c	2010-10-06 05:39:15.452009578 +0200
+@@ -341,6 +341,8 @@
+     if( val == mbox->interval )
+         return;
+ 
++    mbox->interval = val;
++
+     if( g_atomic_int_get( &mbox->running ) ) {
+         /* probably shouldn't do this so frequently */
+         if( mbox->check_id )


More information about the scm-commits mailing list