Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2013-01-14 21:29:00 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2013-01-15 13:35:28 (GMT)
commit97178f9d57cb39d5006ae6318b5bd691613f592f (patch)
treea6cc0907b306b7a6e33712e8a2580d93ad9fe7ce /extensions
parent2860ab47c3c62c00f77da2f5ff1ee337c11aaec0 (diff)
Adapt to changes in icons - SL #3569
- Use entry-search instead of system-search in entries - Keep using system-search in activity list view, but adjust the colors Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/cpsection/datetime/view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/cpsection/datetime/view.py b/extensions/cpsection/datetime/view.py
index e768e03..734240b 100644
--- a/extensions/cpsection/datetime/view.py
+++ b/extensions/cpsection/datetime/view.py
@@ -41,7 +41,7 @@ class TimeZone(SectionView):
self._entry = iconentry.IconEntry()
self._entry.set_icon_from_name(iconentry.ICON_ENTRY_PRIMARY,
- 'system-search')
+ 'entry-search')
self._entry.add_clear_button()
self.pack_start(self._entry, False, False, 0)
self._entry.show()