[hamster-applet/windows] Fixed exception when selecting tags
- From: Matthew Howle <mdhowle src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet/windows] Fixed exception when selecting tags
- Date: Sun, 1 May 2011 17:41:14 +0000 (UTC)
commit 5209c2a5107f45d54e6a4988dd4f920db4d52e62
Author: Matthew Howle <matthew howle org>
Date: Thu Apr 14 01:38:49 2011 -0400
Fixed exception when selecting tags
src/hamster/widgets/tags.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hamster/widgets/tags.py b/src/hamster/widgets/tags.py
index 24946f9..cc1b206 100644
--- a/src/hamster/widgets/tags.py
+++ b/src/hamster/widgets/tags.py
@@ -272,7 +272,7 @@ class TagBox(graphics.Scene):
for label in tags:
tag = Tag(label)
if label in self.selected_tags:
- tag.tag.fill = (242, 229, 97)
+ tag.fill = (242, 229, 97)
new_tags.append(tag)
for tag in self.tags:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]