[hamster-applet/gnome-2-32] was using a too generic name for the help icon
- From: Toms Baugis <tbaugis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet/gnome-2-32] was using a too generic name for the help icon
- Date: Fri, 5 Nov 2010 14:49:17 +0000 (UTC)
commit 5346efbaab3a6c60a85cde0ac47a2c78c6e41ba8
Author: Toms Bauģis <toms baugis gmail com>
Date: Fri Nov 5 14:49:05 2010 +0000
was using a too generic name for the help icon
src/hamster/applet.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hamster/applet.py b/src/hamster/applet.py
index 3fe9d76..1a5aa73 100755
--- a/src/hamster/applet.py
+++ b/src/hamster/applet.py
@@ -203,7 +203,7 @@ class HamsterApplet(object):
self.new_name = widgets.ActivityEntry()
self.new_name.connect("value-entered", self.on_switch_activity_clicked)
- self.new_name.set_property("secondary-icon-name", "help")
+ self.new_name.set_property("secondary-icon-name", "help-contents")
self.new_name.connect("icon-press", self.on_more_info_button_clicked)
widgets.add_hint(self.new_name, _("Activity"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]