diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-05-09 09:26:26 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-05-09 09:26:26 +0000 |
commit | 9a51810579d03b582f44919cb82d1fb757e93bea (patch) | |
tree | fcc9c9253e35f5827f334a52f032ca8459479961 /src/importldif.c | |
parent | cfba26004dba1af652c6e82e489d75ef049a803d (diff) |
reimplemented summary view with GtkTreeView.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@237 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/importldif.c')
-rw-r--r-- | src/importldif.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/importldif.c b/src/importldif.c index cbadd478..66800d0b 100644 --- a/src/importldif.c +++ b/src/importldif.c @@ -32,10 +32,17 @@ #include <gdk/gdkkeysyms.h> #include <gtk/gtkwindow.h> #include <gtk/gtksignal.h> +#include <gtk/gtkvbox.h> #include <gtk/gtklabel.h> #include <gtk/gtkentry.h> #include <gtk/gtktable.h> #include <gtk/gtkbutton.h> +#include <gtk/gtkcheckbutton.h> +#include <gtk/gtktogglebutton.h> +#include <gtk/gtkstatusbar.h> +#include <gtk/gtknotebook.h> +#include <gtk/gtkfilesel.h> +#include <gtk/gtkstock.h> #include "addrbook.h" #include "addressbook.h" |