From a067170c8968f7ef868f197ee2f5206bc2dbb25c Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Thu, 5 Jan 2006 07:24:00 +0000 Subject: fixes a build break. svn path=/trunk/; revision=31061 --- calendar/ChangeLog | 8 ++++++++ calendar/gui/alarm-notify/alarm-notify-dialog.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1e13b430c6..f9d85ffc06 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2006-01-05 Chenthill Palanisamy + + * gui/alarm-notify/alarm-notify-dialog.c: + Include the e-time-utils.h from libedataserver + as it has been removed from e-util. Fixes a build + break. + (snooze_pressed_cb):Fixed a warning. + 2006-01-05 Johnny Jacob Fixes #258786 diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.c b/calendar/gui/alarm-notify/alarm-notify-dialog.c index 630c5c7302..c1a9a78c0d 100644 --- a/calendar/gui/alarm-notify/alarm-notify-dialog.c +++ b/calendar/gui/alarm-notify/alarm-notify-dialog.c @@ -38,7 +38,7 @@ # include #endif #include -#include +#include #include #include "alarm-notify-dialog.h" #include "config-data.h" @@ -183,7 +183,7 @@ snooze_pressed_cb (GtkButton *button, gpointer user_data) AlarmFuncInfo *funcinfo = NULL; GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (an->treeview)); - gtk_widget_grab_focus (button); + gtk_widget_grab_focus ((GtkWidget *) button); if (gtk_tree_selection_get_selected (selection, &model, &iter)) gtk_tree_model_get (model, &iter, ALARM_FUNCINFO_COLUMN, &funcinfo, -1); -- cgit v1.2.3