diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 10:51:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 10:51:11 +0800 |
commit | 6b12be62e100934ccae65f197c8c7eef2c8ae3a4 (patch) | |
tree | 1323080c8665ed0d3024545345cba825708de76d /widgets/misc/e-attachment-paned.h | |
parent | 6ee3d89d0b3707cc6f48b1e0c9099623fd034c92 (diff) | |
download | gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.gz gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.zst gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.zip |
Fix coding style.
Diffstat (limited to 'widgets/misc/e-attachment-paned.h')
-rw-r--r-- | widgets/misc/e-attachment-paned.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-attachment-paned.h b/widgets/misc/e-attachment-paned.h index c0fd7b5c54..825de3a16b 100644 --- a/widgets/misc/e-attachment-paned.h +++ b/widgets/misc/e-attachment-paned.h @@ -78,9 +78,9 @@ void e_attachment_paned_drag_data_received GtkSelectionData *selection, guint info, guint time); -GtkWidget * e_attachment_paned_get_controls_container +GtkWidget * e_attachment_paned_get_controls_container (EAttachmentPaned *paned); -GtkWidget * e_attachment_paned_get_view_combo +GtkWidget * e_attachment_paned_get_view_combo (EAttachmentPaned *paned); G_END_DECLS |