From 3a6add495ca7bafe350ce071d4baaf6245647d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 4 Jan 2006 00:28:11 +0000 Subject: [PATCH] Enabled Deskbar add-ons. They don't work that good, but they don't crash the Deskbar anymore. It's still disabled for the libbe_test build, though (as it will find incompatible add-ons via queries there). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15834 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/deskbar/StatusView.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/deskbar/StatusView.cpp b/src/apps/deskbar/StatusView.cpp index 2b70badf4f..e68d4e8eeb 100644 --- a/src/apps/deskbar/StatusView.cpp +++ b/src/apps/deskbar/StatusView.cpp @@ -144,8 +144,7 @@ TReplicantTray::AttachedToWindow() #ifdef DB_ADDONS // load addons and rehydrate archives -#if !defined(__HAIKU__) && !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST) -// TODO: fix me! +#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST) InitAddOnSupport(); #endif #endif