diff options
Diffstat (limited to 'kresources/egroupware/kabc_resourcexmlrpc.cpp')
-rw-r--r-- | kresources/egroupware/kabc_resourcexmlrpc.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kresources/egroupware/kabc_resourcexmlrpc.cpp b/kresources/egroupware/kabc_resourcexmlrpc.cpp index ee1e74bea..115484c6a 100644 --- a/kresources/egroupware/kabc_resourcexmlrpc.cpp +++ b/kresources/egroupware/kabc_resourcexmlrpc.cpp @@ -64,8 +64,11 @@ ResourceXMLRPC::ResourceXMLRPC( const KConfig *config ) mPrefs->addGroupPrefix( identifier() ); - if ( config ) + if ( config ) { mPrefs->readConfig(); + } else { + setResourceName( i18n( "eGroupware Server" ) ); + } initEGroupware(); } |