diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-account-manager.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-contact-monitor.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-contact-monitor.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index cae84f7fc..dc5fa0fee 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -560,3 +560,4 @@ empathy_account_manager_is_account_just_connected (EmpathyAccountManager *manage return (data->source_id > 0); } + diff --git a/libempathy/empathy-contact-monitor.c b/libempathy/empathy-contact-monitor.c index b024e1b86..d1cd724b7 100644 --- a/libempathy/empathy-contact-monitor.c +++ b/libempathy/empathy-contact-monitor.c @@ -429,3 +429,4 @@ empathy_contact_monitor_new_for_proxy (EmpathyContactList *proxy) return retval; } + diff --git a/libempathy/empathy-contact-monitor.h b/libempathy/empathy-contact-monitor.h index 55541a8a1..01ef64f4e 100644 --- a/libempathy/empathy-contact-monitor.h +++ b/libempathy/empathy-contact-monitor.h @@ -60,3 +60,4 @@ empathy_contact_monitor_new_for_proxy (EmpathyContactList *proxy); G_END_DECLS #endif /* __EMPATHY_CONTACT_MONITOR_H__ */ + |