@LiquidCake commented on this pull request.
> + + gtk_widget_destroy(dialog); + + return ret; +} + + +static void show_dialog_for_persistent_doc_tab_closing( + GeanyDocument *doc, const gchar *short_filename) +{ + gchar *msg, *old_file_path_locale; + const gchar *msg2; + gint response; + + msg = g_strdup_printf(_("Untitled document %s is not saved."), short_filename); + msg2 = _("Do you want to save it before closing?");
done
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.