[Bug 65764] Re: Password last-changed date displayed as epoch-1

2007-01-10 Thread Luka Renko
Released for Feisty ** Changed in: kde-guidance (Ubuntu) Status: Fix Committed = Fix Released -- Password last-changed date displayed as epoch-1 https://launchpad.net/bugs/65764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 65764] Re: Password last-changed date displayed as epoch-1

2007-01-08 Thread sebas
Fixed in svn, thanks for the report! ** Changed in: kde-guidance (Ubuntu) Assignee: (unassigned) = sebas ** Changed in: kde-guidance (Ubuntu) Status: Unconfirmed = Fix Committed -- Password last-changed date displayed as epoch-1 https://launchpad.net/bugs/65764 -- ubuntu-bugs

[Bug 65764] Re: Password last-changed date displayed as epoch-1

2006-10-12 Thread Rocco Stanzione
It looks like what I'm asking for is pretty close to the intended behavior, from userconfig.py: if self.userobj.getLastPasswordChange()is None: self.lastchangelabel.setText('-'); Notice the lack of a space between () and is, which looks like a typo. If that's not the