aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/alarm-list-dialog.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-04 15:28:59 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-04 15:28:59 +0800
commitd0d4630a002e37e92d8c0fe3afe63db6fc7effe3 (patch)
tree7774db3db3705a5bd0565504868914a605d7555b /calendar/gui/dialogs/alarm-list-dialog.h
parentbf9a3cc4fdb5f4c52901e74725c67888e26d272b (diff)
downloadgsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.gz
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.bz2
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.lz
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.xz
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.zst
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.zip
Fix for bug #445526
svn path=/trunk/; revision=33753
Diffstat (limited to 'calendar/gui/dialogs/alarm-list-dialog.h')
-rw-r--r--calendar/gui/dialogs/alarm-list-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/alarm-list-dialog.h b/calendar/gui/dialogs/alarm-list-dialog.h
index e59f5e46be..048b94f596 100644
--- a/calendar/gui/dialogs/alarm-list-dialog.h
+++ b/calendar/gui/dialogs/alarm-list-dialog.h
@@ -33,6 +33,7 @@ G_BEGIN_DECLS
gboolean alarm_list_dialog_run (GtkWidget *parent, ECal *ecal, EAlarmList *list_store);
GtkWidget *alarm_list_dialog_peek (ECal *ecal, EAlarmList *list_store);
+void alarm_list_dialog_set_client (GtkWidget *dlg_box, ECal *client);
G_END_DECLS