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

List:       kde-bugs-dist
Subject:    [Bug 95540] mixed case project names create wrong folder
From:       Jens Dagerbo <jens.dagerbo () swipnet ! se>
Date:       2004-12-23 16:56:38
Message-ID: 20041223165638.22136.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
        
http://bugs.kde.org/show_bug.cgi?id=95540        
jens.dagerbo swipnet se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jens.dagerbo swipnet se  2004-12-23 17:56 -------
CVS commit by dagerbo: 

Make sure to lowercase the project name when feeding it to the VCS plugin.

BUG: 95540


  M +1 -1      appwizarddlg.h   1.34


--- kdevelop/parts/appwizard/appwizarddlg.h  #1.33:1.34
 @ -119,5 +119,5  @ public:
     AppWizardDialog( AppWizardPart *part, QWidget *parent=0, const char *name=0 );
     ~AppWizardDialog();
-    QString getProjectName() { return appname_edit->text(); }
+    QString getProjectName() { return appname_edit->text().lower(); }
     QString getProjectLocation() { return finalLoc_label->text(); }
[prev in list] [next in list] [prev in thread] [next in thread] 

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