[nautilus] Don't show free space twice



commit 01fba6ad616a79eef4f76bfba2c8b4f85cc0e2f5
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Aug 17 20:12:00 2012 -0400

    Don't show free space twice
    
    Don't need to show the free space when we show the volume
    usage. It already shows that.

 src/nautilus-properties-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index f5d02fd..1c6127c 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -3130,7 +3130,8 @@ create_basic_page (NautilusPropertiesWindow *window)
 					 FALSE);
 	}
 
-	if (should_show_free_space (window)) {
+	if (should_show_free_space (window)
+	    && ! should_show_volume_usage (window)) {
 		append_blank_row (grid);
 
 		append_title_value_pair (window, grid, _("Free space:"), 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]