From 2bb503aeb013dc7bbefcc51ac3fb0e1b1d3adc81 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Fri, 17 Apr 2009 15:45:48 -0400 Subject: Fix indent and translation --- src/empathy-new-chatroom-dialog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 1bb034a2b..8b6e6d91e 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -279,7 +279,7 @@ new_chatroom_dialog_model_add_columns (EmpathyNewChatroomDialog *dialog) GtkTreeView *view; GtkTreeViewColumn *column; GtkCellRenderer *cell; - gint width, height; + gint width, height; gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &width, &height); @@ -291,13 +291,13 @@ new_chatroom_dialog_model_add_columns (EmpathyNewChatroomDialog *dialog) "height", height, "stock-size", GTK_ICON_SIZE_MENU, NULL); - column = gtk_tree_view_column_new_with_attributes (_(" "), + column = gtk_tree_view_column_new_with_attributes (NULL, cell, "stock-id", COL_INVITE_ONLY, NULL); gtk_tree_view_append_column (view, column); - column = gtk_tree_view_column_new_with_attributes (_(" "), + column = gtk_tree_view_column_new_with_attributes (NULL, cell, "stock-id", COL_NEED_PASSWORD, NULL); -- cgit v1.2.3