~mmcg069/software-center/reviews-and-netstatus

« back to all changes in this revision

Viewing changes to softwarecenter/view/historypane.py

  • Committer: Matthew McGowan
  • Date: 2011-01-21 21:45:18 UTC
  • mfrom: (1354.2.56 trunk)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110121214518-z1a23pr59zruo6y3
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                              gobject.TYPE_NONE, 
47
47
                              (int, ),
48
48
                             ),
 
49
        "history-pane-created" : (gobject.SIGNAL_RUN_FIRST,
 
50
                                  gobject.TYPE_NONE,
 
51
                                  ()),
49
52
    }
50
53
 
51
54
    (COL_WHEN, COL_ACTION, COL_PKG) = range(3)
177
180
            self.spinner_view.stop()
178
181
            self._set_actions_sensitive(True)
179
182
            self.window.set_cursor(None)
 
183
            self.emit("history-pane-created")
180
184
            
181
185
    def _set_actions_sensitive(self, sensitive):
182
186
        for action in self._actions_list: