This bug was fixed in the package bamf - 0.5.1+14.04.20140214.1-0ubuntu1
---------------
bamf (0.5.1+14.04.20140214.1-0ubuntu1) trusty; urgency=low
[ Michel Alexandre Salim ]
* [Merge] Fix return value of try_create_local_desktop_data. (LP:
#1280110)
[ CI bot ]
* Release trunk to Ubuntu
[ Marco Trevisan (Treviño) ]
* BamfLegacyScreen: When in Unity monitor for compiz ClientMessage's
to show action menu If we get a _COMPIZ_TOOLKIT_ACTION client
message with the internal value _COMPIZ_TOOLKIT_ACTION_WINDOW_MENU,
then we are requested by compiz to show the window action menu, and
thus let's ask the proper BamfLegacyWindow to do that, thanks to
libwnck. (LP: #1280042)
-- Ubuntu daily release <[email protected]> Fri, 14 Feb 2014
22:58:48 +0000
** Changed in: bamf (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to bamf in Ubuntu.
https://bugs.launchpad.net/bugs/1280110
Title:
Compilation warning in bamf-application.c because of implicit cast of
try_create_local_desktop_data return value
Status in BAMF Application Matching Framework:
Fix Committed
Status in “bamf” package in Ubuntu:
Fix Released
Bug description:
try_create_local_desktop_data contains an invocation of the
g_return_val_if_fail macro, which in case of failure returns NULL
instead of a gboolean value (the return type signature of the try_...
function).
This is wrong on two different counts:
- implicit cast warning, which when warnings are treated as errors cause
compilation failure
- if NULL is explicitly cast to gboolean, it yields another error as a
pointer has differing size as a gboolean (even though in this case it's
all-zero)
The correct fix is to have g_return_val_if_fail return FALSE instead
of NULL.
To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1280110/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp