diff pidgin/gtknotify.c @ 32319:8878ea011fa1

Hide struct PurpleNotifySearchColumn.
author andrew.victor@mxit.com
date Fri, 21 Oct 2011 21:29:33 +0000
parents 2ec94166be43
children 5b1666b06b34
line wrap: on
line diff
--- a/pidgin/gtknotify.c	Fri Oct 21 20:39:29 2011 +0000
+++ b/pidgin/gtknotify.c	Fri Oct 21 21:29:33 2011 +0000
@@ -1017,7 +1017,7 @@
 		renderer = gtk_cell_renderer_text_new();
 
 		gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(treeview), -1,
-				column->title, renderer, "text", i, NULL);
+				purple_notify_searchresult_column_get_title(column), renderer, "text", i, NULL);
 
 		if (!purple_notify_searchresult_column_is_visible(column))
 			gtk_tree_view_column_set_visible(gtk_tree_view_get_column(GTK_TREE_VIEW(treeview), i), FALSE);