From 70bcc8f406d96ce948d39ea1fc1ff2cfdc7cc723 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 10 Aug 2008 21:16:15 -0400 Subject: Made set_default_*_properties handlers for their respective *_new events. --- src/textadept.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index 61f32f96..6fc3b2a3 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -192,7 +192,6 @@ GtkWidget* new_scintilla_window(sptr_t buffer_id) { new_scintilla_buffer(SCINTILLA(editor), false, false); } else new_scintilla_buffer(SCINTILLA(editor), false, true); l_set_view_global(editor); - l_handle_event("set_default_editor_properties"); l_handle_event("view_new"); return editor; } @@ -238,7 +237,6 @@ void new_scintilla_buffer(ScintillaObject *sci, bool create, bool addref) { SS(sci, SCI_ADDREFDOCUMENT, 0, doc); } l_set_buffer_global(sci); - l_handle_event("set_default_buffer_properties"); l_handle_event("buffer_new"); } -- cgit v1.2.3