aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-config.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-01 07:28:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:10 +0800
commit27c8788ce83ee646fddebeece57c7aecc04c7d38 (patch)
treea8208019dbf077e8995662f5a5ad6aed71eec80a /e-util/e-table-config.c
parent30d15fc59cae5a45b0a0b7e2f674e92a1e229d67 (diff)
downloadgsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.gz
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.bz2
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.lz
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.xz
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.zst
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.zip
e_table_new: Remove unused "state_str" parameter.
Diffstat (limited to 'e-util/e-table-config.c')
-rw-r--r--e-util/e-table-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-table-config.c b/e-util/e-table-config.c
index 8f339b5c1d..cf6f9dbf28 100644
--- a/e-util/e-table-config.c
+++ b/e-util/e-table-config.c
@@ -691,7 +691,7 @@ e_table_proxy_etable_shown_new (ETableModel *store)
model = e_table_subset_variable_new (store);
- widget = e_table_new (model, NULL, spec, NULL);
+ widget = e_table_new (model, NULL, spec);
atk_object_set_name (
gtk_widget_get_accessible (widget),
@@ -711,7 +711,7 @@ e_table_proxy_etable_available_new (ETableModel *store)
e_table_without_show_all (E_TABLE_WITHOUT (model));
- widget = e_table_new (model, NULL, spec, NULL);
+ widget = e_table_new (model, NULL, spec);
atk_object_set_name (
gtk_widget_get_accessible (widget),