From 2836a54dd6d61e35d1446f9a23a628064516a309 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 4 Mar 2010 23:38:41 -0500 Subject: Work around recent GTK+ deprecations. --- plugins/publish-calendar/url-editor-dialog.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/publish-calendar/url-editor-dialog.c') diff --git a/plugins/publish-calendar/url-editor-dialog.c b/plugins/publish-calendar/url-editor-dialog.c index 0ef00205ae..37910d8f47 100644 --- a/plugins/publish-calendar/url-editor-dialog.c +++ b/plugins/publish-calendar/url-editor-dialog.c @@ -116,7 +116,11 @@ check_input (UrlEditorDialog *dialog) gtk_widget_hide (dialog->fb_duration_combo); } +#if GTK_CHECK_VERSION(2,19,7) + if (gtk_widget_get_sensitive (dialog->events_selector)) { +#else if (GTK_WIDGET_IS_SENSITIVE (dialog->events_selector)) { +#endif sources = e_source_selector_get_selection (E_SOURCE_SELECTOR (dialog->events_selector)); n += g_slist_length (sources); } -- cgit v1.2.3