[PATCH] plugin/notes: Remove empty entry from alternatives
- From: Francesco Marella <francesco marella gmail com>
- To: Ulrik Sverdrup <ulrik sverdrup gmail com>
- Cc: Kupfer ML <kupfer-list gnome org>
- Subject: [PATCH] plugin/notes: Remove empty entry from alternatives
- Date: Tue, 07 Sep 2010 22:20:02 +0200
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]