git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27153 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-10-27 14:54:53 +00:00
parent 68b291c62f
commit 194f14bf65

View File

@ -65,6 +65,8 @@ TocWidget::TocWidget(GuiView & gui_view, QWidget * parent)
// Make sure the buttons are disabled when first shown without a loaded
// Buffer.
enableControls(false);
init(QString());
}