MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / update_button_state

Method update_button_state

bleachbit/GuiWindow.py:1234–1237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1232 self._available_updates = updates
1233
1234 def update_button_state():
1235 if updates:
1236 self.update_button.show()
1237 self.set_sensitive(True)
1238 GLib.idle_add(update_button_state)

Callers

nothing calls this directly

Calls 1

set_sensitiveMethod · 0.95

Tested by

no test coverage detected