aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-new-chatroom-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-11 19:17:30 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-11 19:17:30 +0800
commit9dff9efa4a2d03634a4f2186c05a7e42a886d619 (patch)
treeed54293ae34f5b878fa2168916d54d0b386041e0 /src/empathy-new-chatroom-dialog.c
parented2c1e4f8ba8918ed147a7933a8fb8205ae8c4d5 (diff)
downloadgsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar
gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.gz
gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.bz2
gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.lz
gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.xz
gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.zst
gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.zip
coding style fix
Diffstat (limited to 'src/empathy-new-chatroom-dialog.c')
-rw-r--r--src/empathy-new-chatroom-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c
index e8365184a..72505472c 100644
--- a/src/empathy-new-chatroom-dialog.c
+++ b/src/empathy-new-chatroom-dialog.c
@@ -158,7 +158,7 @@ new_chatroom_dialog_model_add_columns (EmpathyNewChatroomDialog *self)
{
GtkTreeView *view;
GtkTreeViewColumn *column;
- GtkCellRenderer*cell;
+ GtkCellRenderer *cell;
gint width, height;
gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &width, &height);