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

List:       kde-commits
Subject:    kdelibs/kio/kfile
From:       Scott Wheeler <scott () slackorama ! net>
Date:       2002-07-10 11:28:22
[Download RAW message or body]


kdelibs/kio/kfile kfiledialog.cpp,1.310,1.311
Author: wheeler


Modified Files:
         kfiledialog.cpp
Log Message:
This is a relatively minor fix (though annoying to find I assure you!) that
was causing completion to not work in certain cases.

i.e. enter '/var/' in the combo box at the top, add 'lo/' -- you are pushed
back to '/var/'.  However, when you add 'l' again (and this depends on
'lo/' not existing in both cases, but 'log/' existing) you are stuck with
'/varl' instead of '/var/l'.  Erm, this fixes that.

+           if(!base.endsWith("/"))
+               base.append('/');
             QString newText = base + complete;

CCMAIL:pupeno@pupeno.com


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

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