this patch disables a widget in the qtabular dialog when necessary. I'm just 
committing since this is obvious.

Jürgen
Index: QTabular.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QTabular.C,v
retrieving revision 1.36
diff -u -r1.36 QTabular.C
--- QTabular.C	12 May 2005 23:12:43 -0000	1.36
+++ QTabular.C	26 Sep 2005 18:38:02 -0000
@@ -248,6 +248,7 @@
 		dialog_->lastfooterBorderBelowCB->setChecked(false);
 		dialog_->lastfooterNoContentsCB->setChecked(false);
 		dialog_->newpageCB->setChecked(false);
+		dialog_->newpageCB->setEnabled(false);
 		return;
 	}
 

Reply via email to