[PATCH] plugin/notes: Remove empty entry from alternatives



Hi Ulrik, let me know what do you think about this one. thanks.

github url:
http://github.com/fmarl/kupfer/commit/1c437d2ac575de811d2064a95df49c7bbc67e442

-fm

---
kupfer/plugin/notes.py |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kupfer/plugin/notes.py b/kupfer/plugin/notes.py
index 2ac0278..3d0bbc4 100644
--- a/kupfer/plugin/notes.py
+++ b/kupfer/plugin/notes.py
@@ -35,7 +35,7 @@ __kupfer_settings__ = plugin_support.PluginSettings(
"label": _("Work with application"),
"type": str,
"value": "",
- "alternatives": ["",] + PROGRAM_IDS
+ "alternatives": PROGRAM_IDS
},
)

-- 
1.7.1






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