<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72889589">src/notebook.c</a>:</p>
<pre style='color:#555'>> @@ -65,6 +66,8 @@ static gboolean switch_in_progress = FALSE;
>  static GtkWidget *switch_dialog = NULL;
>  static GtkWidget *switch_dialog_label = NULL;
>  
> +static gboolean doc_saves_to_new_file = FALSE;
</pre>
<p>meh, globals are evil :(<br>
even a static variable passed through as user data to the callbacks would be less ugly :]</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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72889589">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ79YwEcEhmyVuAuj_NTiYcni5CIuks5qa3J-gaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1_c_kOnasbWu4bPk4H9ATG1KkWaks5qa3J-gaJpZM4JQxCD.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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72889589"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>