[gevice] remove hard code.



commit af2309c40a88442d0071c625368fd164767b78fb
Author: Alejandro Valdes Jimenez <avaldes utalca cl>
Date:   Mon May 25 22:27:39 2009 -0400

    remove hard code.
---
 ChangeLog     |    7 +++++++
 README        |    2 +-
 configure.ac  |    2 +-
 src/gevice.py |    4 ----
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fceeb86..4fa1aac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-25  Alejandro Valdes Jimenez  <avaldes gnome org>
+	TAG GEVICE_0_5_2
+
+	* README:
+	* configure.ac:
+	* src/gevice.py:
+
 2009-05-25  Chihau Chau <chihau gmail com>
 	Fixes bug #583793.
 	* src/gevice.py: change on_action_save method for save model
diff --git a/README b/README
index b7ae8cf..90f7d78 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Gevice: GNOME Network Device Manager.
 ====================================
 
-Version: 0.5.1
+Version: 0.5.2
 
 Gevice is a tool for the administration of network device. It is
 designed for being used in the GNOME Desktop.
diff --git a/configure.ac b/configure.ac
index c6096df..a903994 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gevice], [0.5.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gevice],[gevice])
+AC_INIT([gevice], [0.5.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gevice],[gevice])
 AC_CONFIG_SRCDIR(src/gevice.py)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
diff --git a/src/gevice.py b/src/gevice.py
index 0420b5d..dce713f 100755
--- a/src/gevice.py
+++ b/src/gevice.py
@@ -520,10 +520,6 @@ class Gevice:
     def on_action_save (gevice,action):
         # temporal
         gevice.gdbase = gevicedatabase.GeviceDatabase ()
-        #gevice.gdbase.conn = psycopg2.connect("dbname=" + gevice.gpref.dbase + " user=" + gevice.gpref.user_dbase + " host=" + gevice.gpref.host + " password=rss123")
-        #gevice.gdbase.cur = gevice.gdbase.conn.cursor()
-        #
-        #gevice.gdbase.save_data_to_database (gevice)
 
 	gevice.gdbase.load_interface_save (gevice)
 	gevice.gdbase.label_host.set_text (gevice.gpref.host)



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