From 673342995f8b3b3586c5d6edeb626f5e568807f0 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 2 Jul 2010 17:18:51 +0000 Subject: [PATCH] I forgot to update this one following Catalog API change. Sorry, and thanks to luroh for pinging me about it ! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37345 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/bluetooth/BluetoothMain.cpp | 1 - src/preferences/bluetooth/BluetoothMain.h | 2 -- src/preferences/bluetooth/Jamfile | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/preferences/bluetooth/BluetoothMain.cpp b/src/preferences/bluetooth/BluetoothMain.cpp index e7d91b89c9..3515bed3d7 100644 --- a/src/preferences/bluetooth/BluetoothMain.cpp +++ b/src/preferences/bluetooth/BluetoothMain.cpp @@ -20,7 +20,6 @@ BluetoothApplication::BluetoothApplication(void) : BApplication(BLUETOOTH_APP_SIGNATURE) { - be_locale->GetAppCatalog(&fCatalog); } diff --git a/src/preferences/bluetooth/BluetoothMain.h b/src/preferences/bluetooth/BluetoothMain.h index 8346aa628f..26d1518b6a 100644 --- a/src/preferences/bluetooth/BluetoothMain.h +++ b/src/preferences/bluetooth/BluetoothMain.h @@ -20,8 +20,6 @@ public: private: BluetoothWindow* fWindow; - BCatalog fCatalog; - }; #endif diff --git a/src/preferences/bluetooth/Jamfile b/src/preferences/bluetooth/Jamfile index 98f59650fb..4b620f51db 100644 --- a/src/preferences/bluetooth/Jamfile +++ b/src/preferences/bluetooth/Jamfile @@ -14,7 +14,7 @@ Preference Bluetooth : ExtendedLocalDeviceView.cpp InquiryPanel.cpp RemoteDevicesView.cpp - : be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so + : be libbluetooth.so $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS) ; DoCatalogs Bluetooth :