Add sorting, a size column.

Try making the tree view on the left auto-expand/collapse when
  the selection changes.
Some bug fixes.
This commit is contained in:
Owen Taylor
2003-03-21 23:59:22 +00:00
parent d9748614f1
commit fe1c0a8bfd
4 changed files with 243 additions and 23 deletions

View File

@ -547,7 +547,7 @@ filename_get_info (const gchar *filename,
if (types & GTK_FILE_INFO_SIZE)
{
gtk_file_info_set_size (info, (gint64)512 * (gint16)statbuf.st_blocks);
gtk_file_info_set_size (info, (gint64)statbuf.st_size);
}
if (types & GTK_FILE_INFO_ICON)