From c3b1102a63c3a164076e33237bd7f7c55a0a5c83 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Fri, 23 Dec 2005 13:26:08 +0000 Subject: [PATCH] Fixed setting saved after saving --- gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c | 1 + 1 file changed, 1 insertion(+) 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);