diff -r 7232da106613 -r 67d180e0f68d pidgin/gtknotify.c --- a/pidgin/gtknotify.c Mon Apr 18 07:02:43 2011 +0000 +++ b/pidgin/gtknotify.c Tue May 03 20:55:39 2011 +0000 @@ -1035,6 +1035,10 @@ gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(treeview), -1, column->title, 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); + i++; }