diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index 1c1793f90..fd45610e9 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -91,7 +91,7 @@ void empathy_dispatcher_join_muc (McAccount *account, gpointer user_data); /* Get the dispatcher singleton */ -EmpathyDispatcher * empathy_get_dispatcher (void); +EmpathyDispatcher * empathy_dispatcher_dup_singleton (void); GType empathy_dispatcher_tube_get_type (void); /* tube stuff */ |