[Xfce4-commits] r23308 - xarchiver/branches/xarchiver-psybsd/src

Stephan Arts stephan at xfce.org
Sat Oct 7 15:11:43 UTC 2006


Author: stephan
Date: 2006-10-07 15:11:43 +0000 (Sat, 07 Oct 2006)
New Revision: 23308

Modified:
   xarchiver/branches/xarchiver-psybsd/src/archive_store.c
Log:
fixed navigation



Modified: xarchiver/branches/xarchiver-psybsd/src/archive_store.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/archive_store.c	2006-10-07 15:09:12 UTC (rev 23307)
+++ xarchiver/branches/xarchiver-psybsd/src/archive_store.c	2006-10-07 15:11:43 UTC (rev 23308)
@@ -893,7 +893,7 @@
 		g_return_if_fail(entry);
 
 		/* TODO Signal file-activated */
-		if(strcmp(entry->mime_type, "folder"))
+		if(strcmp(entry->mime_type, "inode/directory"))
 			return;
 
 		store->current_entry = g_slist_prepend(store->current_entry, entry);



More information about the Xfce4-commits mailing list