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

syslinux/bootiso.S: remove VCPI code (duplicate/tazboot)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 26 15:53:23 2017 +0200 (2017-03-26)
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 ();