[vlc-devel] commit: Pda: fix compile broken by [05492281] (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat May 16 23:26:48 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 16 22:26:40 2009 +0200| [cde79fd9461837f63f78898f0b336776d72f6535] | committer: Jean-Baptiste Kempf
Pda: fix compile broken by [05492281]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cde79fd9461837f63f78898f0b336776d72f6535
---
modules/gui/pda/pda_support.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/pda/pda_support.c b/modules/gui/pda/pda_support.c
index 4526c9c..36b73e8 100644
--- a/modules/gui/pda/pda_support.c
+++ b/modules/gui/pda/pda_support.c
@@ -136,7 +136,7 @@ glade_set_atk_action_description (AtkAction *action,
for (i = 0; i < n_actions; i++)
{
if (!strcmp (atk_action_get_name (action, i), action_name))
- atk_action_set_description (action, i, description)
+ atk_action_set_description (action, i, description);
}
}
More information about the vlc-devel
mailing list