[haiku-commits] r37345 - haiku/trunk/src/preferences/bluetooth

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 2 Jul 2010 19:18:51 +0200 (CEST)

Author: pulkomandy
Date: 2010-07-02 19:18:51 +0200 (Fri, 02 Jul 2010)
New Revision: 37345
Changeset: http://dev.haiku-os.org/changeset/37345/haiku

Modified:
   haiku/trunk/src/preferences/bluetooth/BluetoothMain.cpp
   haiku/trunk/src/preferences/bluetooth/BluetoothMain.h
   haiku/trunk/src/preferences/bluetooth/Jamfile
Log:
I forgot to update this one following Catalog API change. Sorry, and thanks to 
luroh for pinging me about it !


Modified: haiku/trunk/src/preferences/bluetooth/BluetoothMain.cpp
===================================================================
--- haiku/trunk/src/preferences/bluetooth/BluetoothMain.cpp     2010-07-02 
17:15:55 UTC (rev 37344)
+++ haiku/trunk/src/preferences/bluetooth/BluetoothMain.cpp     2010-07-02 
17:18:51 UTC (rev 37345)
@@ -20,7 +20,6 @@
 BluetoothApplication::BluetoothApplication(void)
  :     BApplication(BLUETOOTH_APP_SIGNATURE)
 {
-       be_locale->GetAppCatalog(&fCatalog);
 }
 
 

Modified: haiku/trunk/src/preferences/bluetooth/BluetoothMain.h
===================================================================
--- haiku/trunk/src/preferences/bluetooth/BluetoothMain.h       2010-07-02 
17:15:55 UTC (rev 37344)
+++ haiku/trunk/src/preferences/bluetooth/BluetoothMain.h       2010-07-02 
17:18:51 UTC (rev 37345)
@@ -20,8 +20,6 @@
 
 private:
        BluetoothWindow*        fWindow;
-       BCatalog                fCatalog;
-
 };
 
 #endif

Modified: haiku/trunk/src/preferences/bluetooth/Jamfile
===================================================================
--- haiku/trunk/src/preferences/bluetooth/Jamfile       2010-07-02 17:15:55 UTC 
(rev 37344)
+++ haiku/trunk/src/preferences/bluetooth/Jamfile       2010-07-02 17:18:51 UTC 
(rev 37345)
@@ -14,7 +14,7 @@
        ExtendedLocalDeviceView.cpp
        InquiryPanel.cpp
        RemoteDevicesView.cpp
-       : be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so
+       : be libbluetooth.so $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
        ;
 
 DoCatalogs Bluetooth :


Other related posts:

  • » [haiku-commits] r37345 - haiku/trunk/src/preferences/bluetooth - pulkomandy