[gnome-clocks] Remove redundant line.



commit 237f619da895ab20b5b6b98677075cf7e179bbb4
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Feb 24 15:45:35 2013 +0100

    Remove redundant line.
    
    The selection bar is automatically hidden when the icon view mode
    changes.

 src/widgets.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets.vala b/src/widgets.vala
index aa201f1..4724886 100644
--- a/src/widgets.vala
+++ b/src/widgets.vala
@@ -502,7 +502,6 @@ public class ContentView : Gtk.Bin {
             main_toolbar.set_labels_menu (selection_menu);
             done_button.get_style_context ().add_class ("suggested-action");
             done_button.clicked.connect (() => {
-                selection_toolbar.set_visible (false);
                 icon_view.mode = IconView.Mode.NORMAL;
             });
             break;


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