]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Dialogs2.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Dialogs2.C
index 4cb5f187dab4098ae1da8e27ead0f963e6325c4b..2b1b1ce0cae453c2ed9b40eb9f830838f37b39b1 100644 (file)
@@ -218,12 +218,16 @@ void Dialogs::showSpellchecker()
 }
 
 
-void Dialogs::showTabular(InsetTabular *)
-{}
+void Dialogs::showTabular(InsetTabular * it)
+{
+       pimpl_->tabular.controller().showInset(it);
+}
 
 
-void Dialogs::updateTabular(InsetTabular *)
-{}
+void Dialogs::updateTabular(InsetTabular * it)
+{
+       pimpl_->tabular.controller().updateInset(it); 
+}
 
 
 void Dialogs::showTabularCreate()