[gnoduino] add programmer var to the gconf backend
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] add programmer var to the gconf backend
- Date: Sun, 6 May 2012 09:16:19 +0000 (UTC)
commit c4774a5e5e143341faeb225b4c3dc4f57d08e37f
Author: Lucian Langa <lucilanga gnome org>
Date: Sat May 5 21:56:39 2012 +0200
add programmer var to the gconf backend
src/prefs.py | 3 ++-
src/ui.py | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/prefs.py b/src/prefs.py
index 1185fc6..689cdc5 100644
--- a/src/prefs.py
+++ b/src/prefs.py
@@ -1,5 +1,5 @@
# gnoduino - Python Arduino IDE implementation
-# Copyright (C) 2010 Lucian Langa
+# Copyright (C) 2010-2012 Lucian Langa
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -43,6 +43,7 @@ config_keys = [
[ "build.verbose", "/apps/gnoduino/build_verbose", "string", "false" ],
[ "upload.verbose", "/apps/gnoduino/upload_verbose", "string", "false" ],
[ "sketchbook.path", "/apps/gnoduino/sketchbook_path", "string", "false" ],
+[ "programmer", "/apps/gnoduino/programmer", "string", "arduino:avrispmkii" ],
[ "show.numbers", "/apps/gnoduino/show_numbers", "string", "false" ]]
class preferences(object):
diff --git a/src/ui.py b/src/ui.py
index 27a5234..59fcc45 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -1,5 +1,5 @@
# gnoduino - Python Arduino IDE implementation
-# Copyright (C) 2010 Lucian Langa
+# Copyright (C) 2010-2012 Lucian Langa
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]