diff options
Diffstat (limited to 'libempathy-gtk/empathy-notify-manager.c')
-rw-r--r-- | libempathy-gtk/empathy-notify-manager.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-notify-manager.c b/libempathy-gtk/empathy-notify-manager.c index 49fdd2859..6a9ee3971 100644 --- a/libempathy-gtk/empathy-notify-manager.c +++ b/libempathy-gtk/empathy-notify-manager.c @@ -113,8 +113,7 @@ empathy_notify_manager_init (EmpathyNotifyManager *self) EmpathyNotifyManager * empathy_notify_manager_dup_singleton (void) { - return EMPATHY_NOTIFY_MANAGER (g_object_new (EMPATHY_TYPE_NOTIFY_MANAGER, - NULL)); + return g_object_new (EMPATHY_TYPE_NOTIFY_MANAGER, NULL); } gboolean |