[gtksourceview] Ops forgot to --amend a cut&paste typo in last patch
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Ops forgot to --amend a cut&paste typo in last patch
- Date: Sat, 3 Jul 2010 13:06:41 +0000 (UTC)
commit 389cbe8af7a245e2c87f23bbdeb65f9ca78bdf18
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Jul 3 15:06:18 2010 +0200
Ops forgot to --amend a cut&paste typo in last patch
gtksourceview/gtksourcecontextengine.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourcecontextengine.c b/gtksourceview/gtksourcecontextengine.c
index 7ca8932..241a6c0 100644
--- a/gtksourceview/gtksourcecontextengine.c
+++ b/gtksourceview/gtksourcecontextengine.c
@@ -2274,7 +2274,7 @@ update_tree (GtkSourceContextEngine *ce)
*
* GtkSourceEngine::update_highlight method.
*
- * Makes sure the area is analyzed and highlighted. If @asynchronous
+ * Makes sure the area is analyzed and highlighted. If @synchronous
* is %FALSE, then it queues idle worker.
*/
static void
@@ -2344,7 +2344,7 @@ enable_highlight (GtkSourceContextEngine *ce,
if (enable)
{
- gtk_text_region_add (ce->priv->refresh_region, start, end);
+ gtk_text_region_add (ce->priv->refresh_region, &start, &end);
refresh_range (ce, &start, &end);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]