13
0

do not set icon list *and* default icon list, which results in a GTK warning when the per-window icon(s) are found to be already realized because they are the same as the default set

git-svn-id: svn://localhost/ardour2/branches/3.0@9277 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-04 12:47:40 +00:00
parent 02cfe41bff
commit 3d21df3a15

View File

@ -683,7 +683,7 @@ Editor::Editor ()
window_icons.push_back (icon);
}
if (!window_icons.empty()) {
set_icon_list (window_icons);
// set_icon_list (window_icons);
set_default_icon_list (window_icons);
}