[Pkg-xfce-commits] r4417 - in goodies/trunk/xfce4-mailwatch-plugin/debian: . patches
Stefan Ott
cockroach-guest at alioth.debian.org
Fri Nov 5 05:08:30 UTC 2010
Author: cockroach-guest
Date: 2010-11-05 05:08:20 +0000 (Fri, 05 Nov 2010)
New Revision: 4417
Added:
goodies/trunk/xfce4-mailwatch-plugin/debian/patches/02_mbox-interval.diff
Modified:
goodies/trunk/xfce4-mailwatch-plugin/debian/changelog
Log:
Added patch to fix mbox refresh interval, closes #572342
Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/changelog 2010-11-04 23:01:37 UTC (rev 4416)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/changelog 2010-11-05 05:08:20 UTC (rev 4417)
@@ -8,6 +8,10 @@
[ Evgeni Golov ]
* Fix Vcs-* fields, they were missing 'trunk' in the path.
+ [ Stefan Ott ]
+ * debian/patches:
+ - 02_mbox-interval.diff added, fix mbox refresh interval closes: #572342
+
-- Yves-Alexis Perez <corsac at debian.org> Mon, 03 Aug 2009 18:30:22 +0200
xfce4-mailwatch-plugin (1.1.0-2) unstable; urgency=low
Added: goodies/trunk/xfce4-mailwatch-plugin/debian/patches/02_mbox-interval.diff
===================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/patches/02_mbox-interval.diff (rev 0)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/patches/02_mbox-interval.diff 2010-11-05 05:08:20 UTC (rev 4417)
@@ -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 Pkg-xfce-commits
mailing list