diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-12-26 03:33:47 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-05 14:32:09 +0200 |
| commit | e9c7d9519212fec5b33bc967c2e92df00d34c464 (patch) | |
| tree | 2bcb3837d5b897c921da9ab8016cc496c4f9e07f | |
| parent | ef11c0ef26236ef596243d5476707279e2a4f017 (diff) | |
emojichooser.c: do not popdown on emoji selected
I am one of those people who write the same emoji several times
on a message, so I found the original behaviour rather annoying.
| -rw-r--r-- | main/src/emojichooser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/emojichooser.c b/main/src/emojichooser.c index ba401ddc..d75773e5 100644 --- a/main/src/emojichooser.c +++ b/main/src/emojichooser.c @@ -218,8 +218,6 @@ emoji_activated (GtkFlowBox *box, GVariant *item; gunichar modifier; - gtk_popover_popdown (GTK_POPOVER (chooser)); - ebox = gtk_bin_get_child (GTK_BIN (child)); label = gtk_bin_get_child (GTK_BIN (ebox)); text = g_strdup (gtk_label_get_label (GTK_LABEL (label))); |
