]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.C
fix tooltips in toolbar
[lyx.git] / src / frontends / Dialogs.C
index 01a67137ea1dfd2efd3ed13f92cd55509a26043b..6b6abb0e830b39aff0068654b837e77c316efc39 100644 (file)
 
 // Signal enabling all visible dialogs to be redrawn if so desired.
 // E.g., when the GUI colours have been remapped.
-boost::signal0<void> Dialogs::redrawGUI;
+//boost::signal0<void> Dialogs::redrawGUI;
 
 extern LyXView * dialogs_lyxview;
 
 
 // toggle tooltips on/off in all dialogs.
-boost::signal0<void> Dialogs::toggleTooltips;
+//boost::signal0<void> Dialogs::toggleTooltips;
 
 void Dialogs::showAboutlyx()
 {
@@ -144,9 +144,9 @@ void Dialogs::showIndex(InsetCommand * ic)
 }
 
 
-void Dialogs::createIndex(string const & s)
+void Dialogs::createIndex()
 {
-       gui_CreateIndex(s, *dialogs_lyxview, *this);
+       gui_CreateIndex(*dialogs_lyxview, *this);
 }