diff options
Diffstat (limited to 'calendar/gncal-todo.c')
-rw-r--r-- | calendar/gncal-todo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gncal-todo.c b/calendar/gncal-todo.c index 3be3ac4517..64ea8d0638 100644 --- a/calendar/gncal-todo.c +++ b/calendar/gncal-todo.c @@ -354,7 +354,7 @@ clist_row_selected (GtkCList *clist, gint row, gint column, GdkEventButton *even * once we get a call back stating that a column * has been resized never ever automatically resize again */ -void +static void column_resized (GtkWidget *widget, GncalTodo *todo) { /* disabling autoresize of columns */ |