@LiquidCake commented on this pull request.


In plugins/saveactions.c:

> @@ -551,7 +554,7 @@ static void show_unsaved_dialog_for_persistent_untitled_docs_tab_closing(
 		case GTK_RESPONSE_NO:
 			g_remove(doc->real_path);
 
-			ui_set_statusbar(TRUE, _("Untitled document file %s was deleted"), short_filename);
+			msgwin_status_add(_("Untitled document file %s was deleted"), short_filename);

done


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3911/review/2455237830@github.com>