Author: bgbnbigben
Date: 2011-02-25 23:23:29 -0800 (Fri, 25 Feb 2011)
New Revision: 8475
Log:
Fixed a typo....


Modified:
   trunk/images/FileIcon2.cxx

Modified: trunk/images/FileIcon2.cxx
===================================================================
--- trunk/images/FileIcon2.cxx  2011-02-25 22:19:09 UTC (rev 8474)
+++ trunk/images/FileIcon2.cxx  2011-02-26 07:23:29 UTC (rev 8475)
@@ -443,7 +443,7 @@
         snprintf(filename, sizeof(filename), "%s/share/mimelnk", kdedir);
         load_kde_icons(filename, icondir);
       }
-    } else if (getenv("DESKTOP_SESSION") != NULL && 
!access("/usr/share/icons/gnome/32x32", R_OK)) {
+    } else if (getenv("DESKTOP_SESSION") != NULL && 
!access("/usr/share/icons/gnome/32x32", F_OK)) {
       // Load GNOME icons...
       load_gnome_icons("/usr/share/icons/gnome", NULL);
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to