[gedit] spell: gspell update for NavigatorGtv -> NavigatorText



commit a58378d6b75f2e9adfbf32e5f05890c60e28f004
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jan 14 11:53:07 2016 +0100

    spell: gspell update for NavigatorGtv -> NavigatorText

 plugins/spell/gedit-spell-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spell/gedit-spell-plugin.c b/plugins/spell/gedit-spell-plugin.c
index 5a8874c..68896a5 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_gtv_new (GTK_TEXT_VIEW (view));
+       navigator = gspell_navigator_text_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]