aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/gal-view-minicard.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-01-09 10:31:46 +0800
committerChris Toshok <toshok@src.gnome.org>2003-01-09 10:31:46 +0800
commit5d92db014941daf0831694f00deb6c1f6cb22e69 (patch)
tree596f169d0b45d0134930a2607bd57248d943e3b0 /addressbook/gui/widgets/gal-view-minicard.c
parent592c5b2ff2c404c6fe668255339515765d5c4ab4 (diff)
downloadgsoc2013-evolution-5d92db014941daf0831694f00deb6c1f6cb22e69.tar
gsoc2013-evolution-5d92db014941daf0831694f00deb6c1f6cb22e69.tar.gz
gsoc2013-evolution-5d92db014941daf0831694f00deb6c1f6cb22e69.tar.bz2
gsoc2013-evolution-5d92db014941daf0831694f00deb6c1f6cb22e69.tar.lz
gsoc2013-evolution-5d92db014941daf0831694f00deb6c1f6cb22e69.tar.xz
gsoc2013-evolution-5d92db014941daf0831694f00deb6c1f6cb22e69.tar.zst
gsoc2013-evolution-5d92db014941daf0831694f00deb6c1f6cb22e69.zip
add parent arg.
2003-01-08 Chris Toshok <toshok@ximian.com> * gui/widgets/gal-view-minicard.c (gal_view_minicard_edit): add parent arg. * gui/widgets/e-addressbook-treeview-adapter.[ch]: new files, for a GtkTreeView view of contacts. * gui/widgets/gal-view-treeview.[ch]: same * gui/widgets/gal-view-favroty-treeview.[ch]: same svn path=/trunk/; revision=19299
Diffstat (limited to 'addressbook/gui/widgets/gal-view-minicard.c')
-rw-r--r--addressbook/gui/widgets/gal-view-minicard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/gal-view-minicard.c b/addressbook/gui/widgets/gal-view-minicard.c
index 4265af25ba..0d8e01c36b 100644
--- a/addressbook/gui/widgets/gal-view-minicard.c
+++ b/addressbook/gui/widgets/gal-view-minicard.c
@@ -18,7 +18,7 @@
static GalViewClass *gal_view_minicard_parent_class;
static void
-gal_view_minicard_edit (GalView *view)
+gal_view_minicard_edit (GalView *view, GtkWindow *parent_window)
{
/* GalViewMinicard *minicard_view = GAL_VIEW_MINICARD(view); */
}