Indented a long comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6630 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-06-01 20:03:17 +00:00
parent 42544414ec
commit 74e75a2cb1

View file

@ -516,10 +516,11 @@ byExtendingSelection: (BOOL) flag
{ {
if (_super_view != nil) if (_super_view != nil)
{ {
/* Changing the headerView after the table has been linked to a scrollview /* Changing the headerView after the table has been linked to a
is not yet supported - the doc is not clear whether it should be supported scrollview is not yet supported - the doc is not clear
at all. If it is, perhaps it's going to be done through a private method whether it should be supported at all. If it is, perhaps
between the tableview and the scrollview. */ it's going to be done through a private method between the
tableview and the scrollview. */
NSLog (@"setHeaderView: called after NSTableView has been put in the view tree!"); NSLog (@"setHeaderView: called after NSTableView has been put in the view tree!");
} }
[_headerView setTableView: nil]; [_headerView setTableView: nil];