fix copy-paste error

This commit is contained in:
Nils Philippsen 2013-01-09 15:37:30 +01:00
parent 454639f9d9
commit fc625feb40
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ gimp_tool_info_finalize (GObject *object)
if (tool_info->help)
{
g_free (tool_info->help);
tool_info->blurb = NULL;
tool_info->help = NULL;
}
if (tool_info->menu_label)