]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiDocument.cpp
Fix handling of the add branch textfield in GuiBranches
[features.git] / src / frontends / qt4 / GuiDocument.cpp
index a388a86c9fb492eef69a6fa491e50be33d8f9df1..aa33c8f81cd9537438c804c35e8ea43b6fa544ff 100644 (file)
@@ -1289,6 +1289,7 @@ GuiDocument::GuiDocument(GuiView & lv)
                this, SLOT(change_adaptor()));
        connect(branchesModule, SIGNAL(renameBranches(docstring const &, docstring const &)),
                this, SLOT(branchesRename(docstring const &, docstring const &)));
+       connect(branchesModule, SIGNAL(okPressed()), this, SLOT(slotOK()));
        updateUnknownBranches();