aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-01 07:35:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:10 +0800
commitf38b9b6fb7a6d7400587d517226803bf3e3aa03b (patch)
tree84922a08e5f0625cdb7a9458168149b24f814062 /calendar/gui/e-cal-list-view.c
parent27c8788ce83ee646fddebeece57c7aecc04c7d38 (diff)
downloadgsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.gz
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.bz2
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.lz
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.xz
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.zst
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.zip
e_table_new_from_spec_file: Remove unused "state_fn" parameter.
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-rw-r--r--calendar/gui/e-cal-list-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index 275cc0c0dd..5150ac9f72 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -311,7 +311,7 @@ setup_e_table (ECalListView *cal_list_view)
etspecfile = g_build_filename (
EVOLUTION_ETSPECDIR, "e-cal-list-view.etspec", NULL);
widget = e_table_new_from_spec_file (
- E_TABLE_MODEL (model), extras, etspecfile, NULL);
+ E_TABLE_MODEL (model), extras, etspecfile);
gtk_container_add (GTK_CONTAINER (container), widget);
cal_list_view->table = E_TABLE (widget);
gtk_widget_show (widget);