[clocks] Fix toolbar Selection Button, Bug 680609
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clocks] Fix toolbar Selection Button, Bug 680609
- Date: Mon, 30 Jul 2012 13:41:38 +0000 (UTC)
commit f7b2fd51c2a8df277b9df0bd0f0ca8b59cafc84c
Author: Eslam Mostafa <cseslam gmail com>
Date: Sat Jul 28 21:30:17 2012 +0200
Fix toolbar Selection Button, Bug 680609
Signed-off-by: Seif Lotfy <seif lotfy com>
main.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/main.py b/main.py
index e30d692..9fe168d 100644
--- a/main.py
+++ b/main.py
@@ -184,7 +184,7 @@ class ClocksToolbar (Gtk.Toolbar):
self.applyButton = Gtk.Button ()
#self.applyButton.get_style_context ().add_class ('raised');
- icon = Gio.ThemedIcon.new_with_default_fallbacks ("emblem-default-symbolic")
+ icon = Gio.ThemedIcon.new_with_default_fallbacks ("object-select-symbolic")
image = Gtk.Image ()
image.set_from_gicon (icon, Gtk.IconSize.SMALL_TOOLBAR)
self.applyButton.add (image)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]