diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
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 ); |