Am Dienstag, 14. Dezember 2004 14:02 schrieb Juergen Spitzmueller:
> Georg Baum wrote:
> 
> > Jürgen, I thought you fixed that in the meantime?
> 
> No, not yet. I haven't cvs access right now. Can you do it? You just 
have to
> remove the #if 0 conditional.

Done.

Georg
Index: src/insets/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/ChangeLog,v
retrieving revision 1.1089
diff -u -p -r1.1089 ChangeLog
--- src/insets/ChangeLog	14 Dec 2004 10:41:07 -0000	1.1089
+++ src/insets/ChangeLog	15 Dec 2004 20:12:59 -0000
@@ -1,3 +1,8 @@
+2004-12-15  Georg Baum  <[EMAIL PROTECTED]>
+
+	* insettabular.C (tabularFeatures): re-enable SET_ALL_LINES and
+	UNSET_ALL_LINES (from Jürgen)
+
 2004-12-14  Angus Leeming  <[EMAIL PROTECTED]>
 
 	* Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
Index: src/insets/insettabular.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v
retrieving revision 1.448
diff -u -p -r1.448 insettabular.C
--- src/insets/insettabular.C	6 Dec 2004 02:35:12 -0000	1.448
+++ src/insets/insettabular.C	15 Dec 2004 20:13:04 -0000
@@ -1458,12 +1458,10 @@ void InsetTabular::tabularFeatures(LCurs
 	case LyXTabular::SET_ALL_LINES:
 		setLines = true;
 	case LyXTabular::UNSET_ALL_LINES:
-#if 0
 		for (row_type i = sel_row_start; i <= sel_row_end; ++i)
 			for (col_type j = sel_col_start; j <= sel_col_end; ++j)
 				tabular.setAllLines(
 					tabular.getCellNumber(i,j), setLines);
-#endif
 		break;
 
 	case LyXTabular::SET_LONGTABULAR:

Reply via email to