<p>In <a href="https://github.com/geany/geany/pull/1128#discussion_r70049539">src/main.h</a>:</p>
<pre style='color:#555'>> @@ -38,7 +38,7 @@ gboolean main_is_realized(void);
>  
>  typedef struct
>  {
> -  gboolean        new_instance;
> +  gint            new_instance;
</pre>
<p>Don't agree with the use of int and values of 1 and -1, make it an enum with sensible names.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1128/files/6f87aaa31fd56846ac533ca4f77ae49c9401db8f#r70049539">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ1wYO4BBP8-WiPiZp4ocz4W556a2ks5qThsvgaJpZM4JH3f0">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ_bY0T0ohoaBtK60DzhNb-qPk-TQks5qThsvgaJpZM4JH3f0.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/1128/files/6f87aaa31fd56846ac533ca4f77ae49c9401db8f#r70049539"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>