From c3191ec86b0f711af58a9a902b7464f8f958fe2c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 30 Apr 2009 15:22:22 -0400 Subject: Bump the required GLib and GTK+ versions to latest stable. We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions. --- widgets/misc/e-attachment-view.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'widgets/misc/e-attachment-view.c') diff --git a/widgets/misc/e-attachment-view.c b/widgets/misc/e-attachment-view.c index 53f719c787..2ad34d6751 100644 --- a/widgets/misc/e-attachment-view.c +++ b/widgets/misc/e-attachment-view.c @@ -650,9 +650,7 @@ attachment_view_update_actions (EAttachmentView *view) action = gtk_action_new ( action_name, action_label, action_tooltip, NULL); -#if GTK_CHECK_VERSION(2,16,0) gtk_action_set_gicon (action, app_icon); -#endif g_object_set_data_full ( G_OBJECT (action), -- cgit v1.2.3