[Goodies-commits] r3256 - xfce4-smartpm-plugin/trunk/src
    Anders F Bjorklund 
    afb at xfce.org
       
    Thu Sep 27 21:09:49 CEST 2007
    
    
  
Author: afb
Date: 2007-09-27 19:09:49 +0000 (Thu, 27 Sep 2007)
New Revision: 3256
Modified:
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
ignore apt-get status code, if that statefile error
Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-09-27 19:03:19 UTC (rev 3255)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-09-27 19:09:49 UTC (rev 3256)
@@ -482,6 +482,7 @@
           smart->package_manager == PACKAGE_MANAGER_APT)
       {
         /* skip this error, we don't want to write anything anyway */
+        status = 0;
         continue;
       }
       if (strstr(p, "error: ") != NULL ||
    
    
More information about the Goodies-commits
mailing list