wok-current annotate beaver/stuff/icon.patch @ rev 25278

updated reptyr (0.7.0 -> 0.9.0)
author Hans-G?nter Theisgen
date Mon Jul 18 14:55:21 2022 +0100 (2022-07-18)
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 ();