GNOME Bugzilla – Bug 728140
Illegal parameter passed to g_variant_new in gtk_application_impl_dbus_inhibit
Last modified: 2014-04-22 23:43:30 UTC
As of this commit: https://git.gnome.org/browse/gtk+/commit/?id=1409d7c4bdc22238e19578b1f37dd312f4bcb9da 0 is passed as the second parameter to g_variant_new if window is null, which causes the calling process to crash. According to https://developer.gnome.org/glib/2.40/gvariant-format-strings.html, "@u" expects a non-null (GVariant *)
Created attachment 274276 [details] [review] gtkapplication: Fix incorrect value passed to g_variant_new() The code expected to format @u, not u.
Attachment 274276 [details] pushed as 80993ea - gtkapplication: Fix incorrect value passed to g_variant_new()
*** Bug 728413 has been marked as a duplicate of this bug. ***