[Goodies-commits] r3265 - xfce4-smartpm-plugin/trunk/src

Anders F Bjorklund afb at xfce.org
Thu Sep 27 23:52:35 CEST 2007


Author: afb
Date: 2007-09-27 21:52:35 +0000 (Thu, 27 Sep 2007)
New Revision: 3265

Modified:
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
fix field name

Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-09-27 21:52:09 UTC (rev 3264)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-09-27 21:52:35 UTC (rev 3265)
@@ -808,7 +808,7 @@
            GTimeVal now;
 
            g_get_current_time(&now);
-           if (now.tv_sec - smart->in_progress.tv_sec > PROGRESS_TIME)
+           if (now.tv_sec - smart->in_progress_since.tv_sec > PROGRESS_TIME)
            {
              smart->in_progress = FALSE;
              smart_check_upgrades(smart);




More information about the Goodies-commits mailing list