GNOME Bugzilla – Bug 544538
Fix some build warnings
Last modified: 2008-07-24 17:17:08 UTC
Attached patch fixes a warning due to a missing "%s" in a call to g_critical (), which requires a printf-style formatted string.
Created attachment 115164 [details] [review] patch
Make it g_critical ("Blah blah blah (%s)", desktop_file); to avoid the temporary variable and please commit. Thanks for catching this :)
Thanks, I committed to trunk an updated version of the patch according to your comment. 2008-07-24 Cosimo Cecchi <cosimoc@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=544538 * app-shell.c: (generate_launchers): Fix a build warning.