wok-6.x view beaver/stuff/icon.patch @ rev 19362

Up: tazpkg (920), firefox-official (48.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 03 10:34:28 2016 +0300 (2016-08-03)
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 ();