mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Fix a typo
The signal is called ::unpaired-release.
This commit is contained in:
parent
2b14a82b72
commit
8747c7a42a
@ -609,7 +609,7 @@ gtk_list_box_init (GtkListBox *box)
|
||||
G_CALLBACK (gtk_list_box_multipress_gesture_released), box);
|
||||
g_signal_connect (priv->multipress_gesture, "stopped",
|
||||
G_CALLBACK (gtk_list_box_multipress_gesture_stopped), box);
|
||||
g_signal_connect (priv->multipress_gesture, "unpaired-released",
|
||||
g_signal_connect (priv->multipress_gesture, "unpaired-release",
|
||||
G_CALLBACK (gtk_list_box_multipress_unpaired_release), box);
|
||||
|
||||
g_signal_connect (box, "notify::parent", G_CALLBACK (gtk_list_box_parent_cb), NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user