Daniel Brötzmann pushed to branch gtk4 at gajim / gajim


Commits:
ebf7e520 by wurstsalat at 2024-10-31T16:13:53+01:00
cq: EmojiCompletion: Fix return type

- - - - -


1 changed file:

- gajim/gtk/completion/emoji.py


Changes:

=====================================
gajim/gtk/completion/emoji.py
=====================================
@@ -219,7 +219,7 @@ def _on_button_press(
         _n_press: int,
         _x: float,
         _y: float,
-    ) -> None:
+    ) -> int:
 
         if not self.props.has_skin_variation:
             return Gdk.EVENT_PROPAGATE



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ebf7e52045ed24d2305d4f4afb296b1c6bbda55b
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