Bug 68592 - Create new project shouldn't allow empty project name
Summary: Create new project shouldn't allow empty project name
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 2.1.5
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 18:19 UTC by Giulio Prina Ricotti
Modified: 2003-11-19 22:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giulio Prina Ricotti 2003-11-19 18:19:04 UTC
Version:           2.1.5 (using KDE 3.1.4)
Installed from:    Gentoo
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice)
OS:          Linux (i686) release 2.4.20-gentoo-r7

Project/new wizard asks for a project name. When no string is given, the wizard doesn't complain and goes on the next step. When clicking "Create" at the last step, it does complain that you do not have the perms to create the directory, or (if the dir it exists) that you cannot create a project into an existing directory.

-- How to reproduce

Project/New. Choose KDE Normal, give no project name, just press "next" until you get to the last window. Click "Create" then and the error dialog appears

-- Expected Behaviour

Minimal string check should've been done on the "Project Name" text field
Comment 1 Dominik Haumann 2003-11-19 22:24:15 UTC
KDevelop 2.1.x isn't under development any more.
Please update to kdevelop 3.0.0 (already beta1).
There, the bug is fixed and empty names are not allowed.