Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 03250e2c4161b7c0377a9b9caf4a820b > files > 4

xfce4-mailwatch-plugin-1.1.0-11.mga3.src.rpm

--- 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 )