FLTK logo

[Library] r8475 - trunk/images

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r8475 - trunk/images fltk-dev Feb 25, 2011  
 
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);
 

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.