wok view beaver/stuff/icon.patch @ rev 22421

I see these >10 packages also got version updates due to xfce 4.12.0
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:13:38 2019 +0000 (2019-12-15)
parents
children
line source
1 --- a/src/interface.c
2 +++ b/src/interface.c
3 @@ -1922,7 +1922,7 @@
5 /* set the beaver logo as the default logo for
6 * all windows to be opened */
7 - gtk_window_set_default_icon_from_file (ICON_DIR "/beaver.png", NULL);
8 + gtk_window_set_default_icon_name ("beaver");
10 /* initialize settings */
11 Settings = init_settings ();