diff options
Diffstat (limited to 'src/empathy-status-icon.h')
-rw-r--r-- | src/empathy-status-icon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-status-icon.h b/src/empathy-status-icon.h index bb33b1c3b..ca21af833 100644 --- a/src/empathy-status-icon.h +++ b/src/empathy-status-icon.h @@ -46,7 +46,8 @@ struct _EmpathyStatusIconClass { }; GType empathy_status_icon_get_type (void) G_GNUC_CONST; -EmpathyStatusIcon *empathy_status_icon_new (GtkWindow *window); +EmpathyStatusIcon *empathy_status_icon_new (GtkWindow *window, + gboolean hide_contact_list); G_END_DECLS |