pidgin/ljfisher-ssl-client-auth

953a2edf2511
Parents 9ecfb4eb0153
Children 1cbce3824219
applied changes from 7b99c4ed26e2a8fa0f194e32e0e2065d68970c6c
through b38ff24f81a87ecfd6be24451e792ac8a47cfa0e

Original commit message:
Fix compilation, as mentioned on the support mailing list on June 10th
s/GTK_POLICY_AUTO/GTK_POLICY_AUTOMATIC/
--- a/pidgin/plugins/gevolution/gevolution.c Tue Jun 07 08:43:36 2011 +0000
+++ b/pidgin/plugins/gevolution/gevolution.c Mon Jun 20 05:28:13 2011 +0000
@@ -447,8 +447,8 @@
treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(model));
gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(treeview), TRUE);
gtk_box_pack_start(GTK_BOX(vbox),
- pidgin_make_scrollable(treeview, GTK_POLICY_AUTO, GTK_POLICY_ALWAYS, GTK_SHADOW_IN, 300, 300),
- TRUE, TRUE, 0);
+ pidgin_make_scrollable(treeview, GTK_POLICY_AUTOMATIC,
+ GTK_POLICY_ALWAYS, GTK_SHADOW_IN, 300, 300), TRUE, TRUE, 0);
gtk_widget_show(treeview);
/* Setup the column */