[evince] Remove GTK_CHECK_VERSION macros



commit 9c64385fc96c51f93fd5bd876060067b5a4bd3b1
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Fri Apr 30 10:17:44 2010 +0200

    Remove GTK_CHECK_VERSION macros
    
    We already depend on gtk+ 2.20.0

 shell/ev-window.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 1cb21aa..54d58eb 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2402,12 +2402,8 @@ ev_window_setup_recent (EvWindow *ev_window)
 		action = g_object_new (GTK_TYPE_ACTION,
 				       "name", action_name,
 				       "label", label,
-#if GTK_CHECK_VERSION (2, 16, 0)
                                        "gicon", icon,
-#endif
-#if GTK_CHECK_VERSION (2, 20, 0)
                                        "always-show-image", TRUE,
-#endif
 				       NULL);
 
 		g_object_set_data_full (G_OBJECT (action),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]