[gimp] app: fix a comment in gimpcontext.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix a comment in gimpcontext.c
- Date: Mon, 12 Oct 2015 23:07:03 +0000 (UTC)
commit 8a7665d4b75fdc62316dc873363a289c599107b8
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]