packages: pidgin/pidgin-gtk_policy_automatic.patch (NEW) - Sorry, I forgott...

witekfl witekfl at pld-linux.org
Thu Jun 9 20:34:53 CEST 2011


Author: witekfl                      Date: Thu Jun  9 18:34:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Sorry, I forgotten patch

---- Files affected:
packages/pidgin:
   pidgin-gtk_policy_automatic.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/pidgin/pidgin-gtk_policy_automatic.patch
diff -u /dev/null packages/pidgin/pidgin-gtk_policy_automatic.patch:1.1
--- /dev/null	Thu Jun  9 20:34:53 2011
+++ packages/pidgin/pidgin-gtk_policy_automatic.patch	Thu Jun  9 20:34:48 2011
@@ -0,0 +1,11 @@
+--- pidgin-2.8.0/pidgin/plugins/gevolution/gevolution.c.old	2011-06-09 19:22:15.000000000 +0200
++++ pidgin-2.8.0/pidgin/plugins/gevolution/gevolution.c	2011-06-09 19:22:47.000000000 +0200
+@@ -447,7 +447,7 @@ get_config_frame(PurplePlugin *plugin)
+ 	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),
++		pidgin_make_scrollable(treeview, GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS, GTK_SHADOW_IN, 300, 300),
+ 		TRUE, TRUE, 0);
+ 	gtk_widget_show(treeview);
+ 
================================================================


More information about the pld-cvs-commit mailing list