Remove an offending *.
* e-cell-text.h: Remove an offending *. svn path=/trunk/; revision=3359
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2000-06-01 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* e-cell-text.h: Remove an offending *.
|
||||
|
||||
2000-06-01 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-table-sorted-variable.c: Made the sort when inserting a signal
|
||||
|
||||
@ -54,7 +54,7 @@ typedef struct {
|
||||
int strikeout_column;
|
||||
int bold_column;
|
||||
|
||||
ECellTextFilter *filter;
|
||||
ECellTextFilter filter;
|
||||
} ECellText;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@ -54,7 +54,7 @@ typedef struct {
|
||||
int strikeout_column;
|
||||
int bold_column;
|
||||
|
||||
ECellTextFilter *filter;
|
||||
ECellTextFilter filter;
|
||||
} ECellText;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user