Daniel Viegas cd58b85b42 Fix: Clear timeout_id in show_tooltip to prevent double removal warnings
- Clear tooltip_timeout_id at start of show_tooltip callback
- Prevents attempting to remove timeout that already fired and was auto-removed
- Simplifies removal logic by always clearing ID in finally block

This fixes the GLib warning when timeout fires and is automatically removed,
then we try to remove it again manually.
2025-11-30 01:39:57 +01:00
Description
MyTimeline Gramps plugin
822 KiB
Languages
Python 94.2%
Shell 5.8%