[gnome-builder] spellchecker: check the correct variable
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] spellchecker: check the correct variable
- Date: Sun, 15 Jan 2017 13:43:32 +0000 (UTC)
commit 6977812a9d3966397e09ed4125fbdcb6f9ccaba1
Author: Sebastien Lafargue <slafargue gnome org>
Date: Sun Jan 15 13:51:06 2017 +0100
spellchecker: check the correct variable
libide/editor/ide-editor-spell-language-popover.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/editor/ide-editor-spell-language-popover.c
b/libide/editor/ide-editor-spell-language-popover.c
index 3f92cc7..603f22a 100644
--- a/libide/editor/ide-editor-spell-language-popover.c
+++ b/libide/editor/ide-editor-spell-language-popover.c
@@ -184,7 +184,7 @@ select_language (IdeEditorSpellLanguagePopover *self,
g_assert (IDE_IS_EDITOR_SPELL_LANGUAGE_POPOVER (self));
if (self->treeview == NULL ||
- lang == NULL ||
+ language == NULL ||
!gtk_tree_model_get_iter_first (model, &iter))
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]