[gedit] spell: gspell update for NavigatorText -> NavigatorTextView rename
- From: SĂŠbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] spell: gspell update for NavigatorText -> NavigatorTextView rename
- Date: Mon, 1 Feb 2016 13:28:19 +0000 (UTC)
commit f6fc785c3f68e13c6eeee993f824f1a7aecf57cf
Author: SĂŠbastien Wilmet <swilmet gnome org>
Date: Mon Feb 1 14:08:16 2016 +0100
spell: gspell update for NavigatorText -> NavigatorTextView rename
configure.ac | 2 +-
plugins/spell/gedit-spell-plugin.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 476c6c6..cedf0bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ GTK_REQUIRED=3.19.0
GTKSOURCEVIEW_REQUIRED=3.19.4
LIBPEAS_REQUIRED=1.14.1
LIBXML_REQUIRED=2.5.0
-GSPELL_REQUIRED=0.2.3
+GSPELL_REQUIRED=0.2.4
PYGOBJECT_REQUIRED=3.0.0
AC_CONFIG_HEADERS(config.h)
diff --git a/plugins/spell/gedit-spell-plugin.c b/plugins/spell/gedit-spell-plugin.c
index 68896a5..f1d08c1 100644
--- a/plugins/spell/gedit-spell-plugin.c
+++ b/plugins/spell/gedit-spell-plugin.c
@@ -172,7 +172,7 @@ check_spell_cb (GSimpleAction *action,
view = gedit_window_get_active_view (priv->window);
g_return_if_fail (view != NULL);
- navigator = gspell_navigator_text_new (GTK_TEXT_VIEW (view));
+ navigator = gspell_navigator_text_view_new (GTK_TEXT_VIEW (view));
dialog = gspell_checker_dialog_new (GTK_WINDOW (priv->window), navigator);
g_object_unref (navigator);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]