mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:43:48 +02:00
version 0.3.98
This commit is contained in:
parent
4601d8a257
commit
f8a03f318d
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
## with this program; if not, write to the Free Software Foundation, Inc.,
|
## with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
''' E-book management software'''
|
''' E-book management software'''
|
||||||
__version__ = "0.3.97"
|
__version__ = "0.3.98"
|
||||||
__docformat__ = "epytext"
|
__docformat__ = "epytext"
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
__appname__ = 'libprs500'
|
__appname__ = 'libprs500'
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ def __init__(self, window, name, msg):
|
||||||
un = settings.value(name+': un', QVariant('')).toString()
|
un = settings.value(name+': un', QVariant('')).toString()
|
||||||
pw = settings.value(name+': pw', QVariant('')).toString()
|
pw = settings.value(name+': pw', QVariant('')).toString()
|
||||||
self.gui_username.setText(un)
|
self.gui_username.setText(un)
|
||||||
self.gui_username.setText(pw)
|
self.gui_password.setText(pw)
|
||||||
self.sname = name
|
self.sname = name
|
||||||
self.msg.setText(msg)
|
self.msg.setText(msg)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue