aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-table-adapter.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-table-adapter.c')
-rw-r--r--addressbook/gui/widgets/e-addressbook-table-adapter.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-table-adapter.c b/addressbook/gui/widgets/e-addressbook-table-adapter.c
index 83f90a0573..e60ae924e7 100644
--- a/addressbook/gui/widgets/e-addressbook-table-adapter.c
+++ b/addressbook/gui/widgets/e-addressbook-table-adapter.c
@@ -185,7 +185,8 @@ addressbook_set_value_at (ETableModel *etc, gint col, gint row, gconstpointer va
g_object_unref (contact);
- /* XXX do we need this? shouldn't the commit_contact generate a changed signal? */
+ /* XXX Do we need this? Shouldn't the commit_contact
+ * generate a changed signal? */
e_table_model_cell_changed (etc, col, row);
}
}
@@ -377,7 +378,8 @@ eab_table_adapter_get_type (void)
(GInstanceInitFunc) eab_table_adapter_init,
};
- type = g_type_register_static (PARENT_TYPE, "EAddressbookTableAdapter", &info, 0);
+ type = g_type_register_static (
+ PARENT_TYPE, "EAddressbookTableAdapter", &info, 0);
}
return type;