Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/expandedentry.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-09-03 14:03:12 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-07 09:14:25 (GMT)
commitefe4099f6eac1b115013204d24a51783dff9d514 (patch)
treec9369df32d5851261c7a3e46db5f388cbcc8a0ed /src/jarabe/journal/expandedentry.py
parent4e58c1a1b069f088599934f0109589e17bf8d77f (diff)
EventIcon: switch to implementation provided in sugar-toolkit-gtk3
This commit switches to the implementation provided in the sugar-toolkit-gtk3 and removes the temporary implementation added in b06ab21cc59200adf59ebb27e8e7e209ce494cba. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'src/jarabe/journal/expandedentry.py')
-rw-r--r--src/jarabe/journal/expandedentry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/expandedentry.py b/src/jarabe/journal/expandedentry.py
index 3ee77f4..12d3989 100644
--- a/src/jarabe/journal/expandedentry.py
+++ b/src/jarabe/journal/expandedentry.py
@@ -29,13 +29,13 @@ import simplejson
from sugar3.graphics import style
from sugar3.graphics.xocolor import XoColor
+from sugar3.graphics.icon import EventIcon
from sugar3.util import format_size
from jarabe.journal.keepicon import KeepIcon
from jarabe.journal.palettes import ObjectPalette, BuddyPalette
from jarabe.journal import misc
from jarabe.journal import model
-from jarabe.view.eventicon import EventIcon
class Separator(Gtk.VBox):