aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-view.h
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-07-21 21:27:37 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-07-21 21:27:37 +0800
commit56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69 (patch)
treea113d5e13c8072b912dbe830ec8b45e82eebec3b /addressbook/gui/widgets/e-addressbook-view.h
parentd573bf6a6e1aadb63300275276d43635668a015d (diff)
downloadgsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar
gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar.gz
gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar.bz2
gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar.lz
gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar.xz
gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar.zst
gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.zip
Not prompting the delete confirmation dialog for cut contact operation.
Fixes #311090 svn path=/trunk/; revision=29833
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.h b/addressbook/gui/widgets/e-addressbook-view.h
index 737605a80f..08371ae009 100644
--- a/addressbook/gui/widgets/e-addressbook-view.h
+++ b/addressbook/gui/widgets/e-addressbook-view.h
@@ -132,7 +132,7 @@ void eab_view_send (EABView *view);
void eab_view_send_to (EABView *view);
void eab_view_print (EABView *view);
void eab_view_print_preview (EABView *view);
-void eab_view_delete_selection (EABView *view);
+void eab_view_delete_selection (EABView *view, gboolean is_delete);
void eab_view_cut (EABView *view);
void eab_view_copy (EABView *view);
void eab_view_paste (EABView *view);