[gimp/soc-2011-seamless-clone2] fix copy-paste error



commit f2d5c397ae580c4c2646b8b1d5acefbb47f77d59
Author: Nils Philippsen <nils redhat com>
Date:   Wed Jan 9 15:37:30 2013 +0100

    fix copy-paste error

 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 0224a0e..c144ed8 100644
--- a/app/core/gimptoolinfo.c
+++ b/app/core/gimptoolinfo.c
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]