]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormError.C
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / FormError.C
index 8ecb60552436cd3254355f6a8c8e5348a42afee8..ae8635c75e93a2e7c39fe37ed05f26caec97138f 100644 (file)
@@ -55,7 +55,7 @@ void FormError::showInset( InsetError * const inset )
   if( dialog_!=0 || inset == 0 ) return;
   
   inset_ = inset;
-  ih_ = inset_->hide.connect(slot(this, &FormError::hide));
+  ih_ = inset_->hideDialog.connect(slot(this, &FormError::hide));
 
   show();
 }