From 3d21df3a159c45d97b9107d433c4b16b37ca172a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 4 Apr 2011 12:47:40 +0000 Subject: [PATCH] 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 --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index f14d65279e..050f9b6a1e 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -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); }