diff options
author | Rodney Dawes <dobey@novell.com> | 2004-08-04 23:23:13 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-08-04 23:23:13 +0800 |
commit | 9608f78585d7a1e80d88b6c8cb8a0c6a06084a45 (patch) | |
tree | 7a224af722816747f0a2b5dbdbfdcf8e1b33c371 /addressbook/gui/widgets | |
parent | 29adbe584ee381525c83d0b4afb8660cd6f38f29 (diff) | |
download | gsoc2013-evolution-9608f78585d7a1e80d88b6c8cb8a0c6a06084a45.tar.gz gsoc2013-evolution-9608f78585d7a1e80d88b6c8cb8a0c6a06084a45.tar.zst gsoc2013-evolution-9608f78585d7a1e80d88b6c8cb8a0c6a06084a45.zip |
#include <gtk/gtkvbox.h>
2004-08-04 Rodney Dawes <dobey@novell.com>
* gui/widgets/eab-popup-control.c: #include <gtk/gtkvbox.h>
svn path=/trunk/; revision=26822
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/eab-popup-control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-popup-control.c b/addressbook/gui/widgets/eab-popup-control.c index d1592d4627..1e34cf4a18 100644 --- a/addressbook/gui/widgets/eab-popup-control.c +++ b/addressbook/gui/widgets/eab-popup-control.c @@ -44,6 +44,7 @@ #include <gtk/gtktable.h> #include <gtk/gtktreeselection.h> #include <gtk/gtktreeview.h> +#include <gtk/gtkvbox.h> #include <bonobo/bonobo-control.h> #include <bonobo/bonobo-property-bag.h> #include <bonobo/bonobo-generic-factory.h> |