Fix unintended rename of many various *klist*

pull/1/head
Slávek Banko 11 years ago
parent f8d67f8599
commit 9977842f4f

@ -434,7 +434,7 @@ void CatalogManagerView::markModifiedFiles()
void CatalogManagerView::loadMarks()
{
const KURL url = KFileDialog::getOpenURL( TQString(),"*.martdelist", this );
const KURL url = KFileDialog::getOpenURL( TQString(),"*.marklist", this );
if( url.isEmpty() ) return;
TQString filename;
@ -510,7 +510,7 @@ void CatalogManagerView::loadMarks()
void CatalogManagerView::saveMarks()
{
const KURL url2 = KFileDialog::getSaveURL( TQString(), "*.martdelist", this );
const KURL url2 = KFileDialog::getSaveURL( TQString(), "*.marklist", this );
if( url2.isEmpty() ) return;
// ### FIXME: why is the file dialog not doing this?

@ -153,7 +153,7 @@ void KBBMainWindow::initActions()
new TDEAction( i18n("&Submit Changes"), "mail_send", 0, TQT_TQOBJECT(this), TQT_SLOT( slotSubmit() ),
actionCollection(), "file_submit" );
reloadpactdelist = new TDEAction( i18n("Reload &Product List"), "reload", CTRL+TQt::Key_F5, TQT_TQOBJECT(m_mainWidget), TQT_SLOT( slotReloadPackageList() ),
reloadpacklist = new TDEAction( i18n("Reload &Product List"), "reload", CTRL+TQt::Key_F5, TQT_TQOBJECT(m_mainWidget), TQT_SLOT( slotReloadPackageList() ),
actionCollection(), "reload_packagelist" );
reloadpack= new TDEAction( i18n("Reload Bug &List (for current product)"), "reload", TQt::Key_F5, TQT_TQOBJECT(m_mainWidget), TQT_SLOT( slotReloadPackage() ),
actionCollection(), "reload_package" );
@ -316,8 +316,8 @@ void KBBMainWindow::slotDisconnectedAction()
bool enable = !m_disconnectedAction->isChecked();
reloadpactdelist->setEnabled( enable );
reloadpactdelist->setEnabled( enable );
reloadpacklist->setEnabled( enable );
reloadpacklist->setEnabled( enable );
reloadpack->setEnabled( enable );
reloadbug->setEnabled( enable );
reloadall->setEnabled( enable );

@ -112,7 +112,7 @@ class KBBMainWindow : public TDEMainWindow, virtual public KBookmarkOwner
* Used TDEActions
*/
TDEAction *fileQuit;
TDEAction *reloadpactdelist;
TDEAction *reloadpacklist;
TDEAction *reloadpack;
TDEAction *reloadbug;
TDEAction *reloadall;

@ -16,7 +16,7 @@ Name[ga]=Tascliosta Bugzilla
Name[gl]=Lista de itens por facer de Bugzilla
Name[he]=רשימת מטלות של Bugzilla
Name[hu]=Bugzilla feladatlista
Name[is]=Bugzilla vertdelisti
Name[is]=Bugzilla verklisti
Name[it]=Lista delle cosa da fare di Bugzilla
Name[ja]=BugzillaToDo リスト
Name[ka]=Bugzilla-ს დავალებათა სია

@ -959,7 +959,7 @@ bool KompareModelList::blendFile( DiffModel* model, const TQString& fileContents
TQStringList::ConstIterator lEnd = lines.end();
DiffHunkList* hunks = model->hunks();
kdDebug(8101) << "Hunks in huntdelist: " << hunks->count() << endl;
kdDebug(8101) << "Hunks in hunklist: " << hunks->count() << endl;
DiffHunkListIterator hunkIt = hunks->begin();
DiffHunk* newHunk = 0;

Loading…
Cancel
Save