[empathy] coding style fixes
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] coding style fixes
- Date: Wed, 9 Jun 2010 15:09:53 +0000 (UTC)
commit 0a8c8a26392654e2f384015190665b42f7e2f73f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Jun 9 17:07:52 2010 +0200
coding style fixes
libempathy-gtk/empathy-contact-list-view.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 5ae2e99..200524d 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -1259,7 +1259,7 @@ contact_list_view_search_hide_cb (EmpathyLiveSearch *search,
gtk_tree_view_collapse_row (GTK_TREE_VIEW (view), path);
}
- gtk_tree_path_free(path);
+ gtk_tree_path_free (path);
g_free (name);
}
@@ -1352,8 +1352,8 @@ contact_list_view_row_has_child_toggled_cb (GtkTreeModel *model,
(priv->search_widget != NULL && gtk_widget_get_visible (priv->search_widget)) ||
empathy_contact_group_get_expanded (name);
- /* FIXME: It doesn't work to call gtk_tree_view_expand_row() from within
- * gtk_tree_model_filter_refilter() */
+ /* FIXME: It doesn't work to call gtk_tree_view_expand_row () from within
+ * gtk_tree_model_filter_refilter () */
g_idle_add (contact_list_view_expand_idle_cb, data);
g_free (name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]