mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 23:24:10 +00:00
8cbaee47a0
In ui/fixedtip.c, use g_signal_connect instead of g_signal_connect_swapped since we're not using the data pointer (and for clarity). At the same time, ensure that both the GTK2 and the GTK3 code paths have the correct signature for the handler. https://bugzilla.gnome.org/show_bug.cgi?id=633051