aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-09 13:34:02 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-09 13:34:02 +0800
commit32d76b8032a8c42b6fda2ccdded568b8bdea2eeb (patch)
treef2043e2b6e28b5a209525eb472fbe695903de5e1 /addressbook/gui
parentc6de9ace9fe9b4a438583ed143f9b3b99211091d (diff)
downloadgsoc2013-evolution-32d76b8032a8c42b6fda2ccdded568b8bdea2eeb.tar
gsoc2013-evolution-32d76b8032a8c42b6fda2ccdded568b8bdea2eeb.tar.gz
gsoc2013-evolution-32d76b8032a8c42b6fda2ccdded568b8bdea2eeb.tar.bz2
gsoc2013-evolution-32d76b8032a8c42b6fda2ccdded568b8bdea2eeb.tar.lz
gsoc2013-evolution-32d76b8032a8c42b6fda2ccdded568b8bdea2eeb.tar.xz
gsoc2013-evolution-32d76b8032a8c42b6fda2ccdded568b8bdea2eeb.tar.zst
gsoc2013-evolution-32d76b8032a8c42b6fda2ccdded568b8bdea2eeb.zip
Fixed the string duplication problem. Fixed the business/home address
2000-05-09 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card-simple.c: Fixed the string duplication problem. Fixed the business/home address string mix up. * gui/component/addressbook.c: Made the minicard view the default view. svn path=/trunk/; revision=2932
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index 7794bb50b3..13f936188e 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -781,7 +781,7 @@ addressbook_factory (BonoboGenericFactory *Factory, void *closure)
view->view = NULL;
/* create the initial view */
- change_view_type (view, ADDRESSBOOK_VIEW_TABLE);
+ change_view_type (view, ADDRESSBOOK_VIEW_MINICARD);
gtk_widget_show_all( view->vbox );