Ahem... build fix. Forgot that there were some last minute changes that shouldn't have been part of the commit...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-07-31 17:17:51 +00:00
parent 5d12f64c57
commit a898ee19d6
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ NotificationManager::UpdateListener(const char* serviceName,
extern "C" void
notifications_init(void)
{
status_t status = NotificationManager::CreateDefault();
status_t status = NotificationManager::CreateManager();
if (status < B_OK) {
panic("Creating the notification manager failed: %s\n",
strerror(status));