-rw-r--r-- | kaddressbook/extensionmanager.cpp | 8 | ||||
-rw-r--r-- | kaddressbook/extensionmanager.h | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kaddressbook/extensionmanager.cpp b/kaddressbook/extensionmanager.cpp index 9114cdc..98561dc 100644 --- a/kaddressbook/extensionmanager.cpp +++ b/kaddressbook/extensionmanager.cpp @@ -116,3 +116,3 @@ void ExtensionManager::setActiveExtension( int id ) //US our screen is so small, that we better hide the detailscreen, just in case. - mCore->setDetailsToState( ); +//US mCore->setDetailsToState( ); #endif //KAB_EMBEDDED @@ -127,3 +127,3 @@ void ExtensionManager::setActiveExtension( int id ) //US our screen is so small, that we better hide the detailscreen, just in case. - mCore->setDetailsVisible( false ); +//US mCore->setDetailsVisible( false ); #endif //KAB_EMBEDDED @@ -137,3 +137,3 @@ void ExtensionManager::setActiveExtension( int id ) //US our screen is so small, that we better hide the detailscreen, just in case. - mCore->setDetailsToState( ); +//US mCore->setDetailsToState( ); #endif //KAB_EMBEDDED @@ -141,2 +141,4 @@ void ExtensionManager::setActiveExtension( int id ) } + + emit changedActiveExtension( id ); } diff --git a/kaddressbook/extensionmanager.h b/kaddressbook/extensionmanager.h index 8f64a50..611a037 100644 --- a/kaddressbook/extensionmanager.h +++ b/kaddressbook/extensionmanager.h @@ -70,2 +70,3 @@ class ExtensionManager : public QScrollView void modified( const KABC::Addressee::List& ); + void changedActiveExtension( int id ); |