[empathy] rename accounts_dialog_model_pixbuf_data_func to accounts_dialog_model_protocol_pixbuf_data_func



commit d8a99a7d7f833b1e6fae18661d1fb54ef22133b1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Jan 14 15:43:16 2010 +0000

    rename accounts_dialog_model_pixbuf_data_func to accounts_dialog_model_protocol_pixbuf_data_func

 src/empathy-accounts-dialog.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index c30066a..98eef43 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -820,7 +820,7 @@ accounts_dialog_name_editing_started_cb (GtkCellRenderer *renderer,
 }
 
 static void
-accounts_dialog_model_pixbuf_data_func (GtkTreeViewColumn *tree_column,
+accounts_dialog_model_protocol_pixbuf_data_func (GtkTreeViewColumn *tree_column,
     GtkCellRenderer *cell,
     GtkTreeModel *model,
     GtkTreeIter *iter,
@@ -1037,12 +1037,12 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog)
   gtk_tree_view_column_set_expand (column, TRUE);
   gtk_tree_view_append_column (view, column);
 
-  /* Icon renderer */
+  /* Protocol icon renderer */
   cell = gtk_cell_renderer_pixbuf_new ();
   gtk_tree_view_column_pack_start (column, cell, FALSE);
   gtk_tree_view_column_set_cell_data_func (column, cell,
       (GtkTreeCellDataFunc)
-      accounts_dialog_model_pixbuf_data_func,
+      accounts_dialog_model_protocol_pixbuf_data_func,
       dialog,
       NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]