Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgauravp94 <gparida94@gmail.com>2014-03-02 08:10:22 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-07-07 13:17:28 (GMT)
commit77a8724da9220aba8570cf7dfb9a53b3613b394b (patch)
tree3eed8075b9070eb8a4143d571e2c1be411b4e2b9
parentb7c9131176d068bba94fc2f1c8be5f353da30b97 (diff)
replace the icon_size with pixel_size
-rw-r--r--bookmarkview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bookmarkview.py b/bookmarkview.py
index 8ae6d4b..8cd5d16 100644
--- a/bookmarkview.py
+++ b/bookmarkview.py
@@ -86,7 +86,7 @@ class BookmarkView(Gtk.EventBox):
xocolor = XoColor(str(bookmark.color))
self._bookmark_icon = Icon(icon_name='emblem-favorite',
xo_color=xocolor,
- icon_size=Gtk.IconSize.LARGE_TOOLBAR)
+ pixel_size=style.STANDARD_ICON_SIZE)
self._box.props.has_tooltip = True
self.__box_query_tooltip_cb_id = self._box.connect(