@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 or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1854393757
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3911/review/[email protected]>

Reply via email to