[gnome-boxes] Use the right icon for select mode
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Use the right icon for select mode
- Date: Fri, 26 Oct 2012 15:00:54 +0000 (UTC)
commit 788137ee5e32070891b85d70e2c7a4391422c9b3
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 58a28b3..0531026 100644
--- a/src/topbar.vala
+++ b/src/topbar.vala
@@ -63,7 +63,7 @@ private class Boxes.Topbar: Boxes.UI {
search_btn = toolbar.add_toggle ("edit-find-symbolic", null, false) as Gtk.ToggleButton;
search_btn.bind_property ("active", App.app.searchbar, "visible", BindingFlags.BIDIRECTIONAL);
- 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]