[gevice] gevice.in: update



commit d326aa0b3b63e907087b21203d4fd8f8f8c4f946
Author: Alejandro ValdÃs Jimenez <avaldes gnome org>
Date:   Tue Dec 18 01:06:43 2012 -0300

    gevice.in: update

 ChangeLog |    3 +++
 gevice.in |    7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4f95461..a92600e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 2012-12-18  Alejandro ValdéJimenez  <avaldes gnome org>
+	* gevice.in: update
+
+2012-12-18  Alejandro ValdéJimenez  <avaldes gnome org>
 	* src/gevice.py: enable run app with line command parameter (filename sqlite)
 	* src/gevicedatabase.py:
 
diff --git a/gevice.in b/gevice.in
index 02baed6..63c93a6 100644
--- a/gevice.in
+++ b/gevice.in
@@ -30,6 +30,9 @@ if not "@pyexecdir@" in sys.path:
     sys.path.append ("@pyexecdir@")
 
 from gevice import gevice
-
-gev = gevice.Gevice()
+if len(sys.argv)>1:
+  gev = gevice.Gevice(sys.argv[1])
+else:
+  gev = gevice.Gevice()
+  
 gev.main()



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