Philipp Hörist pushed to branch master at gajim / gajim


Commits:
e596d6fe by Philipp Hörist at 2026-01-11T19:04:28+01:00
cfix: DBMigration: Remove present() call after finish

We set the window as transient to the main window as soon as it is available,
this raises the window automatically to the top

- - - - -


1 changed file:

- gajim/gtk/db_migration.py


Changes:

=====================================
gajim/gtk/db_migration.py
=====================================
@@ -104,7 +104,6 @@ def _on_progress(self, event: DBMigrationProgress) -> None:
 
     def _on_finished(self, _event: DBMigrationFinished) -> None:
         self._ui.stack.set_visible_child_name("success-page")
-        GLib.timeout_add_seconds(2, self.present)
 
     def _on_error(self, event: DBMigrationError) -> None:
         trace = StringIO()



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e596d6febcdf5a95dc6450113adbdb31c81ff25c

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e596d6febcdf5a95dc6450113adbdb31c81ff25c
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to