mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
Merge branch 'matthiasc/for-master' into 'master'
Matthiasc/for master See merge request GNOME/gtk!1976
This commit is contained in:
commit
56030a7a81
@ -2169,7 +2169,7 @@ microphone-sensitivity-medium-symbolic</property>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="selection_dialog_button">
|
||||
<property name="label" translatable="yes">_Select</property>
|
||||
<property name="label" translatable="yes">S_elect</property>
|
||||
<property name="use-underline">1</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -373,7 +373,8 @@ gtk_shortcut_controller_run_controllers (GtkEventController *controller,
|
||||
if (!shortcuts)
|
||||
return retval;
|
||||
|
||||
for (i = shortcuts->len - 1, p = shortcuts->len; i >= 0; i--)
|
||||
p = shortcuts->len;
|
||||
for (i = 0; i < shortcuts->len; i++)
|
||||
{
|
||||
const ShortcutData *data = &g_array_index (shortcuts, ShortcutData, i);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user