added comment

svn path=/trunk/; revision=24420
This commit is contained in:
Sven Neumann
2007-12-20 22:57:29 +00:00
parent c36d3091c2
commit d58e7321de

View File

@ -629,8 +629,8 @@ plug_in_actions_build_path (GimpActionGroup *group,
if (p1 && p2 && ! g_hash_table_lookup (path_table, copy_original))
{
gchar *label;
GtkAction *action;
gchar *label;
label = p2 + 1;
@ -648,6 +648,7 @@ plug_in_actions_build_path (GimpActionGroup *group,
*p1 = '\0';
*p2 = '\0';
/* recursively call ourselves with the last part of the path removed */
plug_in_actions_build_path (group, copy_original, copy_translated);
}