Style fix pointed out by Jérôme.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38062 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
97dfb56d81
commit
600170807a
@ -1211,9 +1211,8 @@ IconView::_AddOrEditIcon()
|
||||
// where ever a vector icon attribute is present?
|
||||
}
|
||||
|
||||
if (icon != fIconData) {
|
||||
if (icon != fIconData)
|
||||
delete icon;
|
||||
}
|
||||
}
|
||||
|
||||
be_roster->Launch("application/x-vnd.haiku-icon_o_matic", &message);
|
||||
|
Loading…
Reference in New Issue
Block a user