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

List:       kde-commits
Subject:    kdeextragear-2/kst/kst
From:       George Staikos <staikos () kde ! org>
Date:       2005-03-03 1:22:52
Message-ID: 20050303012252.37C5E16EF1 () office ! kde ! org
[Download RAW message or body]

CVS commit by staikos: 

ah, also don't permit the user to even try to use stdin in this dialog


  M +1 -1      datawizard.ui.h   1.121


--- kdeextragear-2/kst/kst/datawizard.ui.h  #1.120:1.121
@@ -97,5 +97,5 @@ void DataWizard::sourceChanged( const QS
     _configureSource->setEnabled(false);
     _file = QString::null;
-    if (!txt.isEmpty()) {
+    if (!txt.isEmpty() && txt != "stdin" && txt != "-") {
         KURL url;
         if (QFile::exists(txt) && QFileInfo(txt).isRelative()) {


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

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