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

andre pushed a 
commit to branch 
master
in repository xfce/xfce4-appfinder.

commit 76d9a5c83891da3bc001aa590b00c0994e176caa
Author: Andre Miranda <andre...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to