diff options
Diffstat (limited to 'src/NotificationProxy.h')
| -rw-r--r-- | src/NotificationProxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h index a10cde4..02f4251 100644 --- a/src/NotificationProxy.h +++ b/src/NotificationProxy.h | |||
| @@ -28,7 +28,7 @@ struct np_client_int { | |||
| 28 | GThread *notifier; | 28 | GThread *notifier; |
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | static const char *np_default_notifications[10] = { | 31 | static const char *np_default_notifications[11] = { |
| 32 | NP_SYNC_SUSPEND_REQUEST, | 32 | NP_SYNC_SUSPEND_REQUEST, |
| 33 | NP_SYNC_RESUME_REQUEST, | 33 | NP_SYNC_RESUME_REQUEST, |
| 34 | NP_PHONE_NUMBER_CHANGED, | 34 | NP_PHONE_NUMBER_CHANGED, |
| @@ -38,6 +38,7 @@ static const char *np_default_notifications[10] = { | |||
| 38 | NP_DS_DOMAIN_CHANGED, | 38 | NP_DS_DOMAIN_CHANGED, |
| 39 | NP_APP_INSTALLED, | 39 | NP_APP_INSTALLED, |
| 40 | NP_APP_UNINSTALLED, | 40 | NP_APP_UNINSTALLED, |
| 41 | NP_ITDBPREP_DID_END, | ||
| 41 | NULL | 42 | NULL |
| 42 | }; | 43 | }; |
| 43 | 44 | ||
