[gtk+/filesystemmodel: 18/28] query file size



commit 141224db307429403fbf8eb70df2a8a39cd1572d
Author: Benjamin Otte <otte gnome org>
Date:   Mon Jun 22 12:06:01 2009 +0200

    query file size
    
    oops

 gtk/gtkfilechooserdefault.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
index c45f4ee..31375d7 100644
--- a/gtk/gtkfilechooserdefault.c
+++ b/gtk/gtkfilechooserdefault.c
@@ -6793,7 +6793,8 @@ set_list_model (GtkFileChooserDefault *impl,
 
   impl->browse_files_model = _gtk_file_system_model_new (impl->current_folder,
                                                          "standard::name,standard::type,standard::display-name,"
-                                                         "standard::is-hidden,standard::is-backup,time::modified",
+                                                         "standard::is-hidden,standard::is-backup,standard::size,"
+                                                         "time::modified",
                                                          file_system_model_set,
                                                          impl,
                                                          MODEL_COL_NUM_COLUMNS,



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