From 4a8a45fd6495f06a8fef623192cf8674baca71cb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 9 Nov 2009 14:14:04 +0000 Subject: accounts-dialog: set the ypad on the "Name" cell Some accounts don't have an icon so we shouldn't use the icon cell to set this padding (#601150). --- src/empathy-accounts-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index c11d9a30f..75ed75db9 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -863,7 +863,6 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog) accounts_dialog_model_pixbuf_data_func, dialog, NULL); - g_object_set (cell, "ypad", 4, NULL); /* Name renderer */ cell = gtk_cell_renderer_text_new (); @@ -880,6 +879,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog) g_signal_connect (cell, "editing-started", G_CALLBACK (accounts_dialog_name_editing_started_cb), dialog); + g_object_set (cell, "ypad", 4, NULL); /* Delete column */ cell = empathy_cell_renderer_activatable_new (); -- cgit v1.2.3