Commit cde79fd9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Pda: fix compile broken by [05492281]

parent 0bbc1eee
...@@ -136,7 +136,7 @@ glade_set_atk_action_description (AtkAction *action, ...@@ -136,7 +136,7 @@ glade_set_atk_action_description (AtkAction *action,
for (i = 0; i < n_actions; i++) for (i = 0; i < n_actions; i++)
{ {
if (!strcmp (atk_action_get_name (action, i), action_name)) if (!strcmp (atk_action_get_name (action, i), action_name))
atk_action_set_description (action, i, description) atk_action_set_description (action, i, description);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment