[gnome-builder] editor: use proper async pair
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] editor: use proper async pair
- Date: Tue, 27 Nov 2018 04:15:27 +0000 (UTC)
commit 541fc9d4ce7c6bd391d2fb2c64c69b84169ea08b
Author: Christian Hergert <chergert redhat com>
Date: Mon Nov 26 20:14:02 2018 -0800
editor: use proper async pair
src/libide/editor/ide-editor-search.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/editor/ide-editor-search.c b/src/libide/editor/ide-editor-search.c
index 5c408b493..3276dc827 100644
--- a/src/libide/editor/ide-editor-search.c
+++ b/src/libide/editor/ide-editor-search.c
@@ -1408,7 +1408,7 @@ ide_editor_search_backward_cb (GObject *object,
g_assert (GTK_SOURCE_IS_SEARCH_CONTEXT (context));
g_assert (IDE_IS_EDITOR_SEARCH (self));
- if (gtk_source_search_context_forward_finish (context, result, &begin, &end, NULL, NULL))
+ if (gtk_source_search_context_backward_finish (context, result, &begin, &end, NULL, NULL))
{
if (self->view != NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]