[Xfce4-commits] r23307 - xarchiver/branches/xarchiver-psybsd/libxarchiver
Stephan Arts
stephan at xfce.org
Sat Oct 7 15:09:13 UTC 2006
Author: stephan
Date: 2006-10-07 15:09:12 +0000 (Sat, 07 Oct 2006)
New Revision: 23307
Modified:
xarchiver/branches/xarchiver-psybsd/libxarchiver/archive.c
Log:
fixed icons
Modified: xarchiver/branches/xarchiver-psybsd/libxarchiver/archive.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/libxarchiver/archive.c 2006-10-07 14:40:42 UTC (rev 23306)
+++ xarchiver/branches/xarchiver-psybsd/libxarchiver/archive.c 2006-10-07 15:09:12 UTC (rev 23307)
@@ -199,10 +199,10 @@
lxa_entry_add_child(parent, tmp_entry);
if(path[strlen(path)-1] == '/')
{
- tmp_entry->mime_type = "folder";
+ tmp_entry->mime_type = "inode/directory";
}
else
- tmp_entry->mime_type = "unknown";
+ tmp_entry->mime_type = "text/plain";
}
parent = tmp_entry;
}
More information about the Xfce4-commits
mailing list