#2511 Fix journal entries background in the object chooser.

This commit is contained in:
Tomeu Vizoso 2007-07-26 21:22:36 +02:00
parent ec1af196c6
commit a0bc70fb2f
2 changed files with 3 additions and 0 deletions

1
NEWS
View File

@ -1,3 +1,4 @@
* #2511 Fix journal entries background in the object chooser. (tomeu)
* Activity launching now timeout after 120 seconds. (marco)
* Add timeout arg to sugar.datastore.Datastore. (tomeu)
* Presence Service monitor in dev console (smcv)

View File

@ -105,6 +105,8 @@ class CollapsedEntry(Frame):
Frame.__init__(self)
self.props.box_height = units.grid_to_pixels(1)
self.props.spacing = units.points_to_pixels(5)
self.props.border_color = color.FRAME_BORDER.get_int()
self.props.background_color = color.DESKTOP_BACKGROUND.get_int()
self.jobject = jobject
self._icon_name = None