Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-04-30 08:17:44 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-04-30 08:17:44 (GMT)
commit9c64385fc96c51f93fd5bd876060067b5a4bd3b1 (patch)
tree60e90956735f3657b56a021d9523e113a0f850b9 /shell
parent135a545facb0df15d32f6e9e91b1c38b3b0988e3 (diff)
Remove GTK_CHECK_VERSION macros
We already depend on gtk+ 2.20.0
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c4
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),