Merge branch 'luizfls-gtk-3-24-patch-58754' into 'gtk-3-24'

gtkwindow.c: Fix typo in `gtk_window_unstick` documentation

See merge request GNOME/gtk!3798
This commit is contained in:
Matthias Clasen 2021-07-29 21:27:41 +00:00
commit 3a8fab6879

View File

@ -10678,7 +10678,7 @@ gtk_window_stick (GtkWindow *window)
* window is definitely unstuck afterward, because other entities
* (e.g. the user or [window manager][gtk-X11-arch]) could
* stick it again. But normally the window will
* end up stuck. Just dont write code that crashes if not.
* end up unstuck. Just dont write code that crashes if not.
*
* You can track stickiness via the window-state-event signal
* on #GtkWidget.