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

gEDA-cvs: branch: master updated (V1_0-19-gad29e9d)



The branch, master has been updated
       via  ad29e9d04c75f54a04a407c4e8428e190d02cfcb (commit)
      from  55187b907d954c2423f074aa450f0d73168e3a9e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 lib/xgsch2pcb/gui.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit ad29e9d04c75f54a04a407c4e8428e190d02cfcb
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Wed Sep 12 15:29:31 2007 +0100

    Fetch the About box version number from the config.py module

:100644 100644 203221a... 5e2b93a... M	lib/xgsch2pcb/gui.py

=========
 Changes
=========

commit ad29e9d04c75f54a04a407c4e8428e190d02cfcb
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Wed Sep 12 15:29:31 2007 +0100

    Fetch the About box version number from the config.py module

diff --git a/lib/xgsch2pcb/gui.py b/lib/xgsch2pcb/gui.py
index 203221a..5e2b93a 100644
--- a/lib/xgsch2pcb/gui.py
+++ b/lib/xgsch2pcb/gui.py
@@ -27,6 +27,7 @@ t = gettext.translation('xgsch2pcb', fallback=True)
 _ = t.ugettext
 
 # xgsch2pcb-specific modules
+import config
 from funcs import *
 from gsch2pcbproject import Gsch2PCBProject
 from pcbmanager import PCBManager
@@ -174,7 +175,7 @@ class MonitorWindow(gtk.Window):
         # ------------
         self.aboutdialog = gtk.AboutDialog()
         self.aboutdialog.set_name(_("xgsch2pcb - a GUI for gsch2pcb"))
-        self.aboutdialog.set_version("1.0")
+        self.aboutdialog.set_version(config.VERSION)
         self.aboutdialog.set_copyright("University of Cambridge 2006")
         self.aboutdialog.set_authors(['Peter Brett', 'Peter Clifton'])
         gtk.about_dialog_set_url_hook(about_url_cb, None)




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs