diff --git a/build/jam/images/definitions/regular b/build/jam/images/definitions/regular index 93657d24ab..ed9774cb2a 100644 --- a/build/jam/images/definitions/regular +++ b/build/jam/images/definitions/regular @@ -20,7 +20,7 @@ SYSTEM_APPS += [ FFilterByBuildFeatures CodyCam GLInfo@mesa HaikuDepot - Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller@x86 + Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller Magnify Mail MediaConverter MediaPlayer MidiPlayer People PoorMan PowerStatus RemoteDesktop diff --git a/src/apps/packageinstaller/UninstallView.cpp b/src/apps/packageinstaller/UninstallView.cpp index fed2719076..d187a96008 100644 --- a/src/apps/packageinstaller/UninstallView.cpp +++ b/src/apps/packageinstaller/UninstallView.cpp @@ -377,7 +377,7 @@ UninstallView::_ReloadAppList() void UninstallView::_ClearAppList() { - while (BListItem* item = fAppList->RemoveItem(0L)) + while (BListItem* item = fAppList->RemoveItem((int32)0)) delete item; }