[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdebase/kdm/kfrontend
From:       Oswald Buddenhagen <ossi () kde ! org>
Date:       2003-05-11 22:49:46
[Download RAW message or body]

CVS commit by ossi: 

whoopsie


  M +3 -3      kgreeter.cpp   1.83.2.8


--- kdebase/kdm/kfrontend/kgreeter.cpp  #1.83.2.7:1.83.2.8
@@ -688,5 +688,5 @@ KGreeter::verifyUser(bool haveto)
                 if (!expire)
                     MsgBox (infobox, i18n("Your account expires today."));
-                if (expire == 1)
+                else if (expire == 1)
                     MsgBox (infobox, i18n("Your account expires tomorrow."));
                 else
@@ -698,5 +698,5 @@ KGreeter::verifyUser(bool haveto)
                 if (!expire)
                     MsgBox (infobox, i18n("Your password expires today."));
-                if (expire == 1)
+                else if (expire == 1)
                     MsgBox (infobox, i18n("Your password expires tomorrow."));
                 else


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic