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

corrected activeresource
author Hans-G?nter Theisgen
date Fri Nov 08 09:03:27 2019 +0100 (2019-11-08)
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 ();