Compare commits

..

No commits in common. "909c1977877cbe838ba178816842892d2e51e4ca" and "d8c9ffe5857be7eb2460db1937ce81121092016f" have entirely different histories.

View File

@ -372,10 +372,6 @@ class RosterWindow(Adw.ApplicationWindow):
# Populate environment dropdown if project_id is set # Populate environment dropdown if project_id is set
if project_id and hasattr(widget, '_populate_environment_dropdown'): if project_id and hasattr(widget, '_populate_environment_dropdown'):
widget._populate_environment_dropdown() widget._populate_environment_dropdown()
# Re-run indicator update now that project_manager is injected;
# the earlier call in __init__ ran with project_manager=None and
# incorrectly marked all variables as undefined.
widget._update_variable_indicators()
# Connect to send button # Connect to send button
widget.send_button.connect("clicked", lambda btn: self._on_send_clicked(widget)) widget.send_button.connect("clicked", lambda btn: self._on_send_clicked(widget))