[Xfce4-commits] [xfce/xfce4-appfinder] 08/13: Remove old GTK2 version check

noreply at xfce.org noreply at xfce.org
Mon Jul 17 03:22:15 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-appfinder.

commit ab583d844fec811ce034f148193d294e1dd3df37
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Jul 16 14:29:55 2017 -0300

    Remove old GTK2 version check
---
 src/appfinder-window.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/appfinder-window.c b/src/appfinder-window.c
index 74007da..f709134 100644
--- a/src/appfinder-window.c
+++ b/src/appfinder-window.c
@@ -596,11 +596,7 @@ xfce_appfinder_window_set_item_width (XfceAppfinderWindow *window)
       width *= 2;
     }
 
-#if GTK_CHECK_VERSION (2, 22, 0)
   gtk_icon_view_set_item_orientation (GTK_ICON_VIEW (window->view), item_orientation);
-#else
-  gtk_icon_view_set_orientation (GTK_ICON_VIEW (window->view), item_orientation);
-#endif
   gtk_icon_view_set_item_width (GTK_ICON_VIEW (window->view), width);
 
   if (item_orientation == GTK_ORIENTATION_HORIZONTAL)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list