<p>In <a href="https://github.com/geany/geany/pull/701#discussion_r42632495">src/callbacks.c</a>:</p>
<pre style='color:#555'>>              {
> -                  ui_set_statusbar(TRUE, "Context action command failed: %s", error->message);
> +                  ui_set_statusbar(TRUE, format, command, error->message);
</pre>
<p>I'm not fond of non-literal arguments to printf()-style formats as GCC can warn for literals but isn't smart enough for this usage (yet).<br>
But if it makes things much simpler, I guess it's ok as it's not out first one.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/701/files#r42632495">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwK10KRClyoI7u4Ys7sY1lgczcYfks5o95xYgaJpZM4GRgsl.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/701/files#r42632495"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>