aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/gal-view-minicard.h
diff options
context:
space:
mode:
authorDevashish Sharma <sdevashish@novell.com>2006-10-16 22:38:51 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-10-16 22:38:51 +0800
commit85de4c714e534cb6f7d497fe07b762fdde98468a (patch)
tree69b3d08fc0b1628ad636381acde940fc2b6a1526 /addressbook/gui/widgets/gal-view-minicard.h
parentd35a194816535c1dae631b80d296c5290e20a921 (diff)
downloadgsoc2013-evolution-85de4c714e534cb6f7d497fe07b762fdde98468a.tar
gsoc2013-evolution-85de4c714e534cb6f7d497fe07b762fdde98468a.tar.gz
gsoc2013-evolution-85de4c714e534cb6f7d497fe07b762fdde98468a.tar.bz2
gsoc2013-evolution-85de4c714e534cb6f7d497fe07b762fdde98468a.tar.lz
gsoc2013-evolution-85de4c714e534cb6f7d497fe07b762fdde98468a.tar.xz
gsoc2013-evolution-85de4c714e534cb6f7d497fe07b762fdde98468a.tar.zst
gsoc2013-evolution-85de4c714e534cb6f7d497fe07b762fdde98468a.zip
Changed the parameter passed to gal_view_minicard_attach.
2005-10-16 Devashish Sharma <sdevashish@novell.com> * gui/widgets/e-addressbook-view.c (display_view): Changed the parameter passed to gal_view_minicard_attach. * gui/widgets/gal-view-minicard.c (column_width_changed): Sets the horizontal scroll amount for the addresss card view to the current page size. * gui/widgets/gal-view-minicard.h: Changed function prototype for gal_view_minicard_attach. Passing EABView instead of EMinicardViewWidget. Fixes Bug#218273 svn path=/trunk/; revision=32896
Diffstat (limited to 'addressbook/gui/widgets/gal-view-minicard.h')
-rw-r--r--addressbook/gui/widgets/gal-view-minicard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/gal-view-minicard.h b/addressbook/gui/widgets/gal-view-minicard.h
index 7cde291e16..e6f8c415b4 100644
--- a/addressbook/gui/widgets/gal-view-minicard.h
+++ b/addressbook/gui/widgets/gal-view-minicard.h
@@ -12,6 +12,7 @@
#include <widgets/menus/gal-view.h>
#include <e-minicard-view-widget.h>
+#include "e-addressbook-view.h"
#define GAL_TYPE_VIEW_MINICARD (gal_view_minicard_get_type ())
#define GAL_VIEW_MINICARD(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GAL_TYPE_VIEW_MINICARD, GalViewMinicard))
@@ -39,7 +40,7 @@ GalView *gal_view_minicard_new (const gchar *title);
GalView *gal_view_minicard_construct (GalViewMinicard *view,
const gchar *title);
void gal_view_minicard_attach (GalViewMinicard *view,
- EMinicardViewWidget *emvw);
+ EABView *address_view);
void gal_view_minicard_detach (GalViewMinicard *view);
#endif /* _GAL_VIEW_MINICARD_H_ */