aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-group.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:25:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:39:47 +0800
commitcd76c782bdfdae2efec7ff718fcc85c5559862c2 (patch)
tree1ca61d6c8c2a8a8496e38bc02656b87d536e940b /e-util/e-table-group.c
parent90cacf75ddd1eee547777935158674569417c684 (diff)
downloadgsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.gz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.bz2
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.lz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.xz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.zst
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.zip
Miscellaneous cleanups.
Diffstat (limited to 'e-util/e-table-group.c')
-rw-r--r--e-util/e-table-group.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/e-util/e-table-group.c b/e-util/e-table-group.c
index 1c9ed2c39b..161ab68522 100644
--- a/e-util/e-table-group.c
+++ b/e-util/e-table-group.c
@@ -85,9 +85,9 @@ etg_dispose (GObject *object)
static void
etg_get_property (GObject *object,
- guint property_id,
- GValue *value,
- GParamSpec *pspec)
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
{
ETableGroup *etg = E_TABLE_GROUP (object);
@@ -795,8 +795,8 @@ e_table_group_is_editing (ETableGroup *table_group)
g_return_val_if_fail (E_IS_TABLE_GROUP (table_group), FALSE);
/* this should be called from the main thread only,
- and each descendant overrides the property,
- thus might cause no call recursion */
+ * and each descendant overrides the property,
+ * thus might cause no call recursion */
if (in) {
g_warn_if_reached ();
return FALSE;