added comment
svn path=/trunk/; revision=24420
This commit is contained in:
@ -629,8 +629,8 @@ plug_in_actions_build_path (GimpActionGroup *group,
|
|||||||
|
|
||||||
if (p1 && p2 && ! g_hash_table_lookup (path_table, copy_original))
|
if (p1 && p2 && ! g_hash_table_lookup (path_table, copy_original))
|
||||||
{
|
{
|
||||||
gchar *label;
|
|
||||||
GtkAction *action;
|
GtkAction *action;
|
||||||
|
gchar *label;
|
||||||
|
|
||||||
label = p2 + 1;
|
label = p2 + 1;
|
||||||
|
|
||||||
@ -648,6 +648,7 @@ plug_in_actions_build_path (GimpActionGroup *group,
|
|||||||
*p1 = '\0';
|
*p1 = '\0';
|
||||||
*p2 = '\0';
|
*p2 = '\0';
|
||||||
|
|
||||||
|
/* recursively call ourselves with the last part of the path removed */
|
||||||
plug_in_actions_build_path (group, copy_original, copy_translated);
|
plug_in_actions_build_path (group, copy_original, copy_translated);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user