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:
parent
02cfe41bff
commit
3d21df3a15
@ -683,7 +683,7 @@ Editor::Editor ()
|
|||||||
window_icons.push_back (icon);
|
window_icons.push_back (icon);
|
||||||
}
|
}
|
||||||
if (!window_icons.empty()) {
|
if (!window_icons.empty()) {
|
||||||
set_icon_list (window_icons);
|
// set_icon_list (window_icons);
|
||||||
set_default_icon_list (window_icons);
|
set_default_icon_list (window_icons);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user