From 32503fed4cf3066b07384562f10b640026d634a8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 24 Sep 2008 21:05:49 -0400 Subject: Added textadept.size property. --- src/textadept.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index dec065f1..eba730a1 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -467,8 +467,7 @@ static gbool cec_match_selected(GtkEntryCompletion*, GtkTreeModel *model, * Signal for a Scintilla notification. */ static void t_notification(GtkWidget*, gint, gpointer lParam, gpointer) { - SCNotification *n = reinterpret_cast(lParam); - l_handle_scnnotification(n); + l_handle_scnnotification(reinterpret_cast(lParam)); } /** -- cgit v1.2.3