Commits

Guido Soranzio authored cdb50710293
gtk-chtheme: replace GtkFunction with GSourceFunc (closes https://trac.macports.org/ticket/28969, maintainer timeout)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@81046 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

x11/gtk-chtheme/files/patch-gtk-2.24.diff

Added
1 +--- theme_sel.c.orig 2011-07-24 10:35:40.000000000 +0200
2 ++++ theme_sel.c 2011-07-24 10:43:33.000000000 +0200
3 +@@ -110,7 +110,7 @@
4 + GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
5 + gtk_container_add(GTK_CONTAINER(sw), theme_list);
6 +
7 +- gtk_timeout_add(0, (GtkFunction)theme_list_focus, theme_list);
8 ++ gtk_timeout_add(0, (GSourceFunc)theme_list_focus, theme_list);
9 +
10 + return sw;
11 + }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut