In src/notebook.c:

> @@ -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;

meh, globals are evil :(
even a static variable passed through as user data to the callbacks would be less ugly :]


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.