diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-24 10:50:14 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-24 10:50:14 +0800 |
commit | 55978f863a5c51797881dfe8fd69ca862d60b70c (patch) | |
tree | 9209ae487131b744a3802228cac5c5ac0af2c8c0 /widgets/misc/e-attachment-paned.h | |
parent | e502c83e159afd3df74c8ff20cf21e56bfb1a242 (diff) | |
download | gsoc2013-evolution-55978f863a5c51797881dfe8fd69ca862d60b70c.tar.gz gsoc2013-evolution-55978f863a5c51797881dfe8fd69ca862d60b70c.tar.zst gsoc2013-evolution-55978f863a5c51797881dfe8fd69ca862d60b70c.zip |
Fix Attachment bar size of Anjal.
Diffstat (limited to 'widgets/misc/e-attachment-paned.h')
-rw-r--r-- | widgets/misc/e-attachment-paned.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-paned.h b/widgets/misc/e-attachment-paned.h index 825de3a16b..93722a248e 100644 --- a/widgets/misc/e-attachment-paned.h +++ b/widgets/misc/e-attachment-paned.h @@ -82,6 +82,8 @@ GtkWidget * e_attachment_paned_get_controls_container (EAttachmentPaned *paned); GtkWidget * e_attachment_paned_get_view_combo (EAttachmentPaned *paned); +void e_attachment_paned_set_default_height + (int height); G_END_DECLS |