https://bugzilla.xfce.org/show_bug.cgi?id=15302
Theo Linkspfeifer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #2 from Theo Linkspfeifer <[email protected]> --- https://git.xfce.org/xfce/thunar/tree/thunar/thunar-location-button.c#n562 The g_signal_emit() call was changed to g_signal_emit_by_name() [1], but the parameter list was not adjusted [2]. Simply removing the '0' fixes the bug. --- [1] https://git.xfce.org/xfce/thunar/commit/thunar/thunar-location-button.c?id=a90fb8a4d9c9c21507917cbaa7b4b050c50092be [2] https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-emit -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
