wok-6.x annotate beaver/stuff/icon.patch @ rev 23831

syslinux/iso2exe: fix loram case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 31 14:59:28 2020 +0000 (2020-05-31)
parents
children
rev   line source
al@19275 1 --- a/src/interface.c
al@19275 2 +++ b/src/interface.c
al@19275 3 @@ -1922,7 +1922,7 @@
al@19275 4
al@19275 5 /* set the beaver logo as the default logo for
al@19275 6 * all windows to be opened */
al@19275 7 - gtk_window_set_default_icon_from_file (ICON_DIR "/beaver.png", NULL);
al@19275 8 + gtk_window_set_default_icon_name ("beaver");
al@19275 9
al@19275 10 /* initialize settings */
al@19275 11 Settings = init_settings ();