set new profiles to have no menu index

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=963000
wilder-portage
Kurt Hindenburg 17 years ago
parent 5b40edef18
commit 2515c31d4f
  1. 1
      src/ManageProfilesDialog.cpp

@ -348,6 +348,7 @@ void ManageProfilesDialog::newType()
Profile::Ptr newProfile = Profile::Ptr(new Profile(SessionManager::instance()->fallbackProfile()));
newProfile->clone(sourceProfile,true);
newProfile->setProperty(Profile::Name,i18n("New Profile"));
newProfile->setProperty(Profile::MenuIndex, QString("0"));
dialog.setProfile(newProfile);
dialog.selectProfileName();

Loading…
Cancel
Save