diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-04 15:28:59 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-04 15:28:59 +0800 |
commit | d0d4630a002e37e92d8c0fe3afe63db6fc7effe3 (patch) | |
tree | 7774db3db3705a5bd0565504868914a605d7555b /calendar/gui/dialogs/alarm-list-dialog.h | |
parent | bf9a3cc4fdb5f4c52901e74725c67888e26d272b (diff) | |
download | gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.gz 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.h | 1 |
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 |