228
235
def _make_available_pane(self, install_count, need_reboot=False,
229
236
cancelled_update=False, error_occurred=False):
231
239
# Need Restart > New Release > No Updates
233
241
return NeedRestartDialog(self)
238
246
return StoppedUpdatesDialog(self)
240
250
return NoUpdatesDialog(self, error_occurred=error_occurred)