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:
@@ -1211,9 +1211,8 @@ IconView::_AddOrEditIcon()
|
|||||||
// where ever a vector icon attribute is present?
|
// where ever a vector icon attribute is present?
|
||||||
}
|
}
|
||||||
|
|
||||||
if (icon != fIconData) {
|
if (icon != fIconData)
|
||||||
delete icon;
|
delete icon;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
be_roster->Launch("application/x-vnd.haiku-icon_o_matic", &message);
|
be_roster->Launch("application/x-vnd.haiku-icon_o_matic", &message);
|
||||||
|
|||||||
Reference in New Issue
Block a user