[gnome-documents] view: update for new pulse GdMainColumn



commit ad49a42c32cb1b7d19d8169114a82277018552fe
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 6 14:20:06 2013 +0200

    view: update for new pulse GdMainColumn

 src/view.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/view.js b/src/view.js
index f1e085a..8eaa6de 100644
--- a/src/view.js
+++ b/src/view.js
@@ -116,7 +116,8 @@ const ViewModel = new Lang.Class({
               GObject.TYPE_STRING,
               GdkPixbuf.Pixbuf,
               GObject.TYPE_LONG,
-              GObject.TYPE_BOOLEAN ]);
+              GObject.TYPE_BOOLEAN,
+              GObject.TYPE_UINT ]);
         this.model.set_sort_column_id(Gd.MainColumns.MTIME,
                                       Gtk.SortType.DESCENDING);
 


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