summaryrefslogtreecommitdiff
path: root/UEngines.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UEngines.pas')
-rw-r--r--UEngines.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UEngines.pas b/UEngines.pas
index 2d69695..13acf84 100644
--- a/UEngines.pas
+++ b/UEngines.pas
@@ -52,7 +52,7 @@ type
Selected, IsDotFile, IsExecutable: boolean;
atime, mtime, ctime: time_t;
Icon: Pointer;
- ItemColor: PGdkColor;
+ ItemColor: PGdkRGBA;
end;
PDataItemSL = ^TDataItemSL;