[gimp/metadata-browser] app: re-format a comment in gimptransformtool.c
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: re-format a comment in gimptransformtool.c
- Date: Thu, 13 Sep 2012 00:36:51 +0000 (UTC)
commit 94c78a688cf21280286e83a45e3fd9148be6f9f6
Author: Michael Natterer <mitch gimp org>
Date: Wed Aug 22 20:41:44 2012 +0200
app: re-format a comment in gimptransformtool.c
app/tools/gimptransformtool.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimptransformtool.c b/app/tools/gimptransformtool.c
index b7dfb71..d17e25a 100644
--- a/app/tools/gimptransformtool.c
+++ b/app/tools/gimptransformtool.c
@@ -1600,8 +1600,10 @@ gimp_transform_tool_response (GtkWidget *widget,
}
else if (response_id == RESPONSE_RESET)
{
- /* Move all undo events to redo, and pop off the first one as that's the current one,
- * which always sits on the undo_list */
+ /* Move all undo events to redo, and pop off the first
+ * one as that's the current one, which always sits on
+ * the undo_list
+ */
tr_tool->redo_list =
g_list_remove (g_list_concat (g_list_reverse (tr_tool->undo_list),
tr_tool->redo_list),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]