wok annotate beaver/stuff/icon.patch @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
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 ();