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

noreply at xfce.org noreply at xfce.org
Thu Mar 12 15:15:49 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       x   f   c   e   -   4   .   1   4   
   in repository xfce/xfce4-appfinder.

commit 82b6d5af659777d9f708351aa59b337d0dd98cde
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 1c41975..a0e34d2 100644
--- a/src/appfinder-window.c
+++ b/src/appfinder-window.c
@@ -1998,6 +1998,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