aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-06 21:54:49 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-06 21:58:44 +0800
commit9ce289096e73d8310b0ec80287fe8d9047c93ef6 (patch)
tree67cd05cb6fdcb2d5ecd9c7131a4309147c6bcc30 /src
parent97712b427cbef669192d1399718e22250b9bdcb2 (diff)
downloadgsoc2013-empathy-9ce289096e73d8310b0ec80287fe8d9047c93ef6.tar
gsoc2013-empathy-9ce289096e73d8310b0ec80287fe8d9047c93ef6.tar.gz
gsoc2013-empathy-9ce289096e73d8310b0ec80287fe8d9047c93ef6.tar.bz2
gsoc2013-empathy-9ce289096e73d8310b0ec80287fe8d9047c93ef6.tar.lz
gsoc2013-empathy-9ce289096e73d8310b0ec80287fe8d9047c93ef6.tar.xz
gsoc2013-empathy-9ce289096e73d8310b0ec80287fe8d9047c93ef6.tar.zst
gsoc2013-empathy-9ce289096e73d8310b0ec80287fe8d9047c93ef6.zip
accounts-dialog: set the 'ypad' of cells in the account treeview to 4
It looks nicer this way. This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
Diffstat (limited to 'src')
-rw-r--r--src/empathy-accounts-dialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index fb6cf5475..ccb3ca5f7 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -863,9 +863,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog)
accounts_dialog_model_pixbuf_data_func,
dialog,
NULL);
-#ifdef HAVE_MOBLIN
g_object_set (cell, "ypad", 4, NULL);
-#endif
/* Name renderer */
cell = gtk_cell_renderer_text_new ();