projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31fea11
)
Review fixes
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Oct 2022 11:13:21 +0000
(11:13 +0000)
committer
Lukáš Tyrychtr
<lukastyrychtr@gmail.com>
Wed, 5 Oct 2022 11:13:21 +0000
(11:13 +0000)
gtk/gtkaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccessible.c
b/gtk/gtkaccessible.c
index ce79f750b4b947437e574a5678b26560a6975579..3f0747f18e43b9b155b36bee3c4a4025ebb01af8 100644
(file)
--- a/
gtk/gtkaccessible.c
+++ b/
gtk/gtkaccessible.c
@@
-676,11
+676,11
@@
gtk_accessible_role_is_range_subclass (GtkAccessibleRole role)
case GTK_ACCESSIBLE_ROLE_SCROLLBAR:
case GTK_ACCESSIBLE_ROLE_SLIDER:
case GTK_ACCESSIBLE_ROLE_SPIN_BUTTON:
- return
true
;
+ return
TRUE
;
default:
break;
}
- return
false
;
+ return
FALSE
;
}
/*<private>