[Pkg-ace-commits] [pkg-ace] r567 - trunk/debian/patches

tgg at alioth.debian.org tgg at alioth.debian.org
Tue Mar 11 22:27:52 UTC 2008


Author: tgg
Date: 2008-03-11 22:27:51 +0000 (Tue, 11 Mar 2008)
New Revision: 567

Modified:
   trunk/debian/patches/13-fix-fox-errors.dpatch
Log:
fix the patch that was reverted


Modified: trunk/debian/patches/13-fix-fox-errors.dpatch
===================================================================
--- trunk/debian/patches/13-fix-fox-errors.dpatch	2008-03-11 22:21:33 UTC (rev 566)
+++ trunk/debian/patches/13-fix-fox-errors.dpatch	2008-03-11 22:27:51 UTC (rev 567)
@@ -11,11 +11,11 @@
  
    if (max_wait_time != 0)
      {
--      float t = max_wait_time->sec () +
-+      float t = max_wait_time->sec ()
+-      float t = max_wait_time->sec ()
++      float t = max_wait_time->sec () +
          max_wait_time->usec () / 1000000.0F;
--      fxapp->addTimeout (this, 0, t*1000);
-+      fxapp->addTimeout (t*1000, this, 0);
+-      fxapp->addTimeout (t*1000, this, 0);
++      fxapp->addTimeout (this, 0, t*1000);
      }
  }
  




More information about the Pkg-ace-commits mailing list