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

List:       kdevelop-devel
Subject:    open project problem + patch
From:       Stefano Rosanelli <stefano.rosanelli () tin ! it>
Date:       2004-04-19 11:27:22
Message-ID: 200404191327.22903.stefano.rosanelli () tin ! it
[Download RAW message or body]

Hi all,

this is my first post to the devel list. 
Having a "default project directory" different from "home" directory 
first time you "Open project..." fine, if you "Close Project..." and 
"Open project..." again you are redirected to the home directory. The 
problem disappears with:

# cvs diff src/projectmanager.cpp
Index: src/projectmanager.cpp
===================================================================
retrieving revision 1.73
diff -r1.73 projectmanager.cpp
130c130,132
<   QString defaultProjectsDir = 
kapp->config()->readPathEntry("DefaultProjectsDir",QDir::homeDirPath()+"/");
---
>   KConfig *config = kapp->config();
>   config->setGroup("General Options");
>   QString defaultProjectsDir = 
config()->readPathEntry("DefaultProjectsDir", QDir::homeDirPath()+"/");

Question: is it better for such problems to open a bug-report or simply 
send a message to the list? It seems this bug is not present in 
bugzilla.

ciao
Stefano


_______________________________________________
Kdevelop-devel mailing list
Kdevelop-devel@barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

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