mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
Remove debugging code left in by mistake.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15926 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b7c4e2a12
commit
993c4431f4
1 changed files with 1 additions and 1 deletions
|
@ -1670,7 +1670,7 @@ image.
|
||||||
while ((current = [iterator nextObject]) != nil)
|
while ((current = [iterator nextObject]) != nil)
|
||||||
{
|
{
|
||||||
if ([current miniwindowImage] == old_app_icon)
|
if ([current miniwindowImage] == old_app_icon)
|
||||||
[current setMiniwindowImage: anImage],printf("update window %@\n",current);
|
[current setMiniwindowImage: anImage];
|
||||||
}
|
}
|
||||||
|
|
||||||
DESTROY(old_app_icon);
|
DESTROY(old_app_icon);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue