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.
This commit is contained in:
Xavier Del Campo Romero 2021-12-26 03:33:47 +01:00
parent ef11c0ef26
commit e9c7d95192
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 0 additions and 2 deletions

View File

@ -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)));