Email fix and version bump
authorepage <eopage@byu.net>
Fri, 20 Nov 2009 02:11:37 +0000 (02:11 +0000)
committerepage <eopage@byu.net>
Fri, 20 Nov 2009 02:11:37 +0000 (02:11 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@577 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/constants.py
src/dc_glade.py

index a186c28..d4e9d2d 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.0.8"
-__build__ = 4
+__build__ = 5
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_
index dcae51c..22d7eee 100755 (executable)
@@ -871,7 +871,7 @@ class Dialcentral(object):
                        dlg.set_copyright("Copyright 2008 - LGPL")
                        dlg.set_comments("Dialcentral is a touch screen enhanced interface to your GoogleVoice account.  This application is not affiliated with Google in any way")
                        dlg.set_website("http://gc-dialer.garage.maemo.org/")
-                       dlg.set_authors(["<z2n@merctech.com>", "Eric Warnke <ericew@gmail.com>", "Ed Page <edpage@byu.net>"])
+                       dlg.set_authors(["<z2n@merctech.com>", "Eric Warnke <ericew@gmail.com>", "Ed Page <eopage@byu.net>"])
                        dlg.run()
                        dlg.destroy()
                except Exception, e: