[hamster-applet] 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] was using a too generic name for the help icon
- Date: Fri, 5 Nov 2010 14:49:41 +0000 (UTC)
commit 50a759e3fe592362b653ceed6e2d2e253ec35577
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 595efc0..73690eb 100755
--- a/src/hamster/applet.py
+++ b/src/hamster/applet.py
@@ -198,7 +198,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]