kdebase/konqueror konq_mainview.cc,1.429,1.430 Author: granroth CVSROOT: /home/kde Fri Mar 31 21:57:42 MET DST 2000 Update of /home/kde/kdebase/konqueror In directory zeus:/tmp/cvs-serv4584 Modified Files: konq_mainview.cc Log Message: - setXMLFile( locate( "data", "konqueror/konqueror.rc" ) ); + setXMLFile( "konqueror.rc" ); In general, it's a Very Bad Idea(tm) to pass an absolute path to a resource file to the xml code *unless* you really have to. In this case, you don't have to since the konqueror.rc is kept in the normal place. This allows the toolbar editor to save changes in the local .kde dir instead of always overwriting the global version.