[gnome-builder/wip/chergert/editorsearch: 4/7] editor: use DZL_DEFINE_ACTION_GROUP
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/editorsearch: 4/7] editor: use DZL_DEFINE_ACTION_GROUP
- Date: Tue, 10 Oct 2017 22:03:39 +0000 (UTC)
commit 1fef172cd69a4cc19027d1814feedc78525cda78
Author: Christian Hergert <chergert redhat com>
Date: Wed Oct 4 23:57:27 2017 -0700
editor: use DZL_DEFINE_ACTION_GROUP
This requires libdazzle 3.27.0, but allows us to remove our
internal copy.
src/libide/editor/ide-editor-search.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libide/editor/ide-editor-search.c b/src/libide/editor/ide-editor-search.c
index c7d3539..065a1da 100644
--- a/src/libide/editor/ide-editor-search.c
+++ b/src/libide/editor/ide-editor-search.c
@@ -90,7 +90,7 @@ static void ide_editor_search_actions_replace (IdeEditorSearch *self,
static void ide_editor_search_actions_replace_all (IdeEditorSearch *self,
GVariant *param);
-IDE_DEFINE_ACTION_GROUP (IdeEditorSearch, ide_editor_search, {
+DZL_DEFINE_ACTION_GROUP (IdeEditorSearch, ide_editor_search, {
{ "move-next", ide_editor_search_actions_move_next },
{ "move-previous", ide_editor_search_actions_move_previous },
{ "replace", ide_editor_search_actions_replace },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]