! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Add get_free_space() to ThunarFile
Status:
CLOSED: FIXED

Comments

Description Benedikt Meurer editbugs 2006-02-02 11:05:45 CET
With bug #1420 done, we can add get_free_space() to ThunarFolder and it will be
available to all platforms, independent of whether a working volume manager is
present.
Comment 1 Benedikt Meurer editbugs 2006-02-02 11:35:30 CET
Better add it to ThunarFile, this way we can also use it in the properties dialog.
Comment 2 Benedikt Meurer editbugs 2006-02-02 12:14:32 CET
Committed with revision 19716.

2006-02-02	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-file.h: Add get_free_space() method to ThunarFile, so
	  we can easily determine the amount free space for a given volume
	  based on a file located on that volume. Bug #1421.
	* thunar/thunar-list-model.c(thunar_list_model_get_statusbar_text): Use
	  new method thunar_file_get_free_space().
	* thunar/thunar-properties-dialog.c: Display the amount of free space
	  on a certain volume in the properties dialog for folders.

Bug #1421

Reported by:
Benedikt Meurer
Reported on: 2006-02-02
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.1svn

Attachments

Additional information