[gimp/blend-tool-fun: 122/163] app: fix a comment in gimpcontext.c



commit 05a0b59ca34238c00026286b408832580a68bb4d
Author: Michael Natterer <mitch gimp org>
Date:   Tue Oct 13 01:06:41 2015 +0200

    app: fix a comment in gimpcontext.c

 app/core/gimpcontext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpcontext.c b/app/core/gimpcontext.c
index cb1f0af..0217117 100644
--- a/app/core/gimpcontext.c
+++ b/app/core/gimpcontext.c
@@ -3254,7 +3254,7 @@ gimp_context_real_set_tool_preset (GimpContext    *context,
       context->tool_preset_name = NULL;
     }
 
-  /*  disconnect from the old 's signals  */
+  /*  disconnect from the old tool preset's signals  */
   if (context->tool_preset)
     {
       g_signal_handlers_disconnect_by_func (context->tool_preset,


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