~blueman/blueman/trunk

« back to all changes in this revision

Viewing changes to blueman/plugins/applet/RecentConns.py

  • Committer: Valmantas Palikša
  • Date: 2011-10-02 10:23:03 UTC
  • Revision ID: walmis@balticum-tv.lt-20111002102303-hzxlkxqupmdkeq3h
Fixed recent connections storage on exit

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                RecentConns.inst = weakref.proxy(self)
93
93
                
94
94
        def store_state(self):
 
95
                items = []
 
96
                
95
97
                if RecentConns.items:
96
 
                        items = []
97
98
                        for i in RecentConns.items:
98
99
                                x = i.copy()
99
100
                                x["device"] = None