diff options
author | Kyle Brenneman <[email protected]> | 2019-09-03 20:56:50 -0600 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-17 21:04:31 +0200 |
commit | 8f539a1bc8c3c82c8b2f8045a186d7435272fb37 (patch) | |
tree | 721c802672f320b1fb434ee5aadd6da802f6c616 /po/hu.po | |
parent | 90ab372e69abc272b72ef73a89cadaff30bb0332 (diff) | |
download | mate-notification-daemon-8f539a1bc8c3c82c8b2f8045a186d7435272fb37.tar.bz2 mate-notification-daemon-8f539a1bc8c3c82c8b2f8045a186d7435272fb37.tar.xz |
Fix decoding the hints dictionary.
g_variant_lookup works like g_variant_get, so using a format string of "v" only
works if the type is actually a GVariant. Since none of the hints have GVariant
values, that means every g_variant_get with a "v" format will fail.
Fix all of the g_variant_lookup calls so that they either unpack a value
directly, or use a "@" prefix when it's more convenient to fetch the value as
a GVariant pointer.
In addition, in cases where we do fetch a GVariant, make sure that we
unreference it afterward.
Diffstat (limited to 'po/hu.po')
0 files changed, 0 insertions, 0 deletions