[gimp/gimp-2-8] fix copy-paste error (cherry picked from commit fc625feb4083e75ebd8325d4aa62c2678aeee06c)
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] fix copy-paste error (cherry picked from commit fc625feb4083e75ebd8325d4aa62c2678aeee06c)
- Date: Wed, 9 Jan 2013 14:39:06 +0000 (UTC)
commit 67753516b7462bfccb78d0a4bd3b01c1ed88fd57
Author: Nils Philippsen <nils redhat com>
Date: Wed Jan 9 15:37:30 2013 +0100
fix copy-paste error
(cherry picked from commit fc625feb4083e75ebd8325d4aa62c2678aeee06c)
app/core/gimptoolinfo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimptoolinfo.c b/app/core/gimptoolinfo.c
index 2a80c7f..5f5b3ad 100644
--- a/app/core/gimptoolinfo.c
+++ b/app/core/gimptoolinfo.c
@@ -138,7 +138,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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]