Commits
Guido Soranzio authored cdb50710293
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 + | |
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 + | } |