[gnome-boxes] A micro style fix



commit f56464e46d12a3c44c57a3b5cdd8a09779006c6c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Mar 6 23:12:12 2012 +0200

    A micro style fix

 src/collection-view.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/collection-view.vala b/src/collection-view.vala
index d0f97bb..954c6b2 100644
--- a/src/collection-view.vala
+++ b/src/collection-view.vala
@@ -235,8 +235,8 @@ private class Boxes.CollectionView: Boxes.UI {
         icon_view.add_attribute(text_renderer, "text", ModelColumns.TITLE);
 
         var scrolled_window = new Gtk.ScrolledWindow (null, null);
-// TODO: this should be set, but doesn't resize correctly the gtkactor..
-//        scrolled_window.hscrollbar_policy = Gtk.PolicyType.NEVER;
+        // TODO: this should be set, but doesn't resize correctly the gtkactor..
+        //        scrolled_window.hscrollbar_policy = Gtk.PolicyType.NEVER;
         scrolled_window.add (icon_view);
         scrolled_window.show_all ();
 



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