[Xfce4-commits] [xfce/xfce4-appfinder] 01/01: Fix gtk version checking

noreply at xfce.org noreply at xfce.org
Thu Mar 12 15:15:26 CET 2020


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 76d9a5c83891da3bc001aa590b00c0994e176caa
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu Mar 12 11:15:19 2020 -0300

    Fix gtk version checking
---
 src/appfinder-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/appfinder-window.c b/src/appfinder-window.c
index 2d54c70..86f4ae9 100644
--- a/src/appfinder-window.c
+++ b/src/appfinder-window.c
@@ -1996,6 +1996,6 @@ static gboolean
 xfce_appfinder_should_sort_icon_view (void)
 {
   return gtk_get_major_version () >= 3  &&
-         gtk_get_micro_version () >= 22 &&
+         gtk_get_minor_version () >= 22 &&
          gtk_get_micro_version () >= 27;
 }

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


More information about the Xfce4-commits mailing list