[gnome-boxes/gnome-3-6] Use the right icon for select mode



commit d6c2f3c40765206d554bb696483f8f18e149e4f8
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Oct 26 15:55:28 2012 +0200

    Use the right icon for select mode
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686937

 src/topbar.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/topbar.vala b/src/topbar.vala
index 5c38a49..176bf82 100644
--- a/src/topbar.vala
+++ b/src/topbar.vala
@@ -65,7 +65,7 @@ private class Boxes.Topbar: Boxes.UI {
         App.app.collection.item_added.connect (update_search_btn);
         App.app.collection.item_removed.connect (update_search_btn);
 
-        select_btn = toolbar.add_button ("emblem-default-symbolic", null, false) as Gtk.Button;
+        select_btn = toolbar.add_button ("object-select-symbolic", null, false) as Gtk.Button;
         select_btn.clicked.connect (() => {
             App.app.selection_mode = true;
         });



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