#1681 closed enhancement (obsolete)
use sugar.dispatch.DbusSignal in sugar.datastore.datastore
Reported by: | sascha_silbe | Owned by: | sascha_silbe |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | r? |
Cc: | erikos, tomeu | Distribution/OS: | Unspecified |
Bug Status: | Assigned |
Description
This patch replaces the naive DBus listeners in sugar.datastore.datastore (which listen to DBus signals even if there's no one actually listening to the internal signals) with instances of sugar.dispatch.DbusSignal (introduced by #1680, needs to be committed first) thereby reducing the unnecessary overhead.
Attachments (1)
Change History (6)
Changed 14 years ago by sascha_silbe
comment:1 Changed 14 years ago by erikos
- Milestone changed from 0.88 to 0.90
As #1680 has been moved out...
comment:2 Changed 13 years ago by tomeu
- Cc tomeu added
comment:3 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit to Sugar
comment:4 Changed 10 years ago by dnarvaez
- Resolution set to obsolete
- Status changed from new to closed
Obsolete patch.
Note: See
TracTickets for help on using
tickets.
sugar.datastore.datastore: replace naive listeners with sugar.dispatch.DbusSignal instances