diff options
Diffstat (limited to 'addressbook/gui/component/addressbook.c')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index ac531d1f33..281549c462 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -663,7 +663,8 @@ set_status_message (EAddressbookView *eav, const char *message, AddressbookView else { printf ("setting message %s\n", message); GNOME_Evolution_ShellView_setMessage (shell_view_interface, - message, 0 /* XXX */, &ev); + message, + e_addressbook_view_can_stop (view->view), &ev); } CORBA_exception_free (&ev); |