[latexila] spell: gspell update for NavigatorGtv -> NavigatorText
- From: SĂŠbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] spell: gspell update for NavigatorGtv -> NavigatorText
- Date: Thu, 14 Jan 2016 10:56:13 +0000 (UTC)
commit ecfa30f370d0f770095d7b0f1543fc1a305b689e
Author: SĂŠbastien Wilmet <swilmet gnome org>
Date: Thu Jan 14 11:46:37 2016 +0100
spell: gspell update for NavigatorGtv -> NavigatorText
src/document_view.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/document_view.vala b/src/document_view.vala
index 101959f..e6733ca 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.NavigatorGtv.new (this as TextView);
+ Gspell.Navigator navigator = Gspell.NavigatorText.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]