X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiBranches.cpp;h=ab91587098bc2c4f3d28ea2df73d0eb7325df729;hb=b7f6b979d0f889f08e735f35378bb20ba3788b4b;hp=6910c5cadd231791e5bd5a69f5c6ec0b5480e9e7;hpb=b6aed54c45cf4a479cfd11e3e6851194f5a05947;p=lyx.git diff --git a/src/frontends/qt4/GuiBranches.cpp b/src/frontends/qt4/GuiBranches.cpp index 6910c5cadd..ab91587098 100644 --- a/src/frontends/qt4/GuiBranches.cpp +++ b/src/frontends/qt4/GuiBranches.cpp @@ -80,10 +80,10 @@ GuiBranches::GuiBranches(QWidget * parent) } -bool GuiBranches::eventFilter(QObject * obj, QEvent * event) +bool GuiBranches::eventFilter(QObject * obj, QEvent * event) { QEvent::Type etype = event->type(); - if (etype == QEvent::KeyPress + if (etype == QEvent::KeyPress && obj == newBranchLE && addBranchPB->isEnabled()) { QKeyEvent * keyEvent = static_cast(event); @@ -224,7 +224,7 @@ void GuiBranches::on_renamePB_pressed() updateView(); if (!success) - Alert::error(_("Renaming failed"), + Alert::error(_("Renaming failed"), _("The branch could not be renamed.")); else // emit signal @@ -352,7 +352,7 @@ void GuiBranches::addUnknown() { QList selItems = undef_->branchesLW->selectedItems(); - + QList::const_iterator it = selItems.begin(); for (; it != selItems.end() ; ++it) { QListWidgetItem const * new_branch = *it;