[latexila] spell: gspell update for NavigatorText -> NavigatorTextView rename



commit d8ae45d5ea29b0766b5db21739300e3d272c6848
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Feb 1 14:10:39 2016 +0100

    spell: gspell update for NavigatorText -> NavigatorTextView rename

 configure.ac           |    2 +-
 src/document_view.vala |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f538c71..f9dfec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ LT_INIT
 GLIB_REQUIRED_VERSION="2.40"
 GTK_REQUIRED_VERSION="3.19.3"
 GTKSOURCEVIEW_REQUIRED_VERSION="3.18"
-GSPELL_REQUIRED_VERSION="0.2.3"
+GSPELL_REQUIRED_VERSION="0.2.4"
 VALA_REQUIRED_VERSION="0.26"
 GEE_REQUIRED_VERSION="0.10"
 
diff --git a/src/document_view.vala b/src/document_view.vala
index e6733ca..50d1df4 100644
--- a/src/document_view.vala
+++ b/src/document_view.vala
@@ -268,7 +268,7 @@ public class DocumentView : Gtk.SourceView
 
     public void launch_spell_checker_dialog ()
     {
-        Gspell.Navigator navigator = Gspell.NavigatorText.new (this as TextView);
+        Gspell.Navigator navigator = Gspell.NavigatorTextView.new (this as TextView);
 
         Gspell.CheckerDialog dialog =
             new Gspell.CheckerDialog (this.get_toplevel () as Window, navigator);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]