[meld/meld-3-16] sourceview: Fix custom candidate return (bgo#768129)
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/meld-3-16] sourceview: Fix custom candidate return (bgo#768129)
- Date: Thu, 30 Jun 2016 21:32:10 +0000 (UTC)
commit 30a656e22c3111b257f8bdbdaedea5f6b4066b5f
Author: Kai Willadsen <kai willadsen gmail com>
Date: Fri Jul 1 07:30:52 2016 +1000
sourceview: Fix custom candidate return (bgo#768129)
meld/sourceview.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meld/sourceview.py b/meld/sourceview.py
index d455bd7..6eba778 100644
--- a/meld/sourceview.py
+++ b/meld/sourceview.py
@@ -48,6 +48,7 @@ def get_custom_encoding_candidates():
# get_default_candidates() is only available in GtkSourceView 3.18
# and we'd rather use their defaults than our old detect list.
pass
+ return custom_candidates
class LanguageManager(object):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]