diff --git a/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c b/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c index 1ab5c28..6f2bc2d 100644 --- a/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c +++ b/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c @@ -148,6 +148,7 @@ on_gm_mcp_mud_moo_simpleedit_editor_save(GmEditor *editor, data_tag, NULL); gm_mcp_session_send_multiline(session, data_tag, "content", gm_editor_lines(editor)); + gm_editor_saved(editor); } g_free(data_tag);