]> git.0d.be Git - empathy.git/commitdiff
Fix indent and translation
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 17 Apr 2009 19:45:48 +0000 (15:45 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 17 Apr 2009 20:24:16 +0000 (16:24 -0400)
src/empathy-new-chatroom-dialog.c

index 1bb034a2b987be52c32b7bb7e1066154eb4814dc..8b6e6d91e62814e73cd9d2037343037a3bd9e509 100644 (file)
@@ -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);