[gimp] app: cleaning out tabs.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: cleaning out tabs.
- Date: Fri, 25 Nov 2016 04:12:45 +0000 (UTC)
commit 94a5b7c97ab1b6ae739190c46375dc1e49733088
Author: Jehan <jehan girinstud io>
Date: Fri Nov 25 00:04:04 2016 +0100
app: cleaning out tabs.
app/core/gimpimage.c | 8 ++++----
app/tools/gimpblendtool.c | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/core/gimpimage.c b/app/core/gimpimage.c
index 2f6c794..42aef5d 100644
--- a/app/core/gimpimage.c
+++ b/app/core/gimpimage.c
@@ -1326,8 +1326,8 @@ gimp_image_get_description (GimpViewable *viewable,
*tooltip = g_strdup (gimp_image_get_display_path (image));
return g_strdup_printf ("%s-%d",
- gimp_image_get_display_name (image),
- gimp_image_get_ID (image));
+ gimp_image_get_display_name (image),
+ gimp_image_get_ID (image));
}
static void
@@ -4121,7 +4121,7 @@ gimp_image_raise_item (GimpImage *image,
if (index == 0)
{
g_set_error_literal (error, GIMP_ERROR, GIMP_FAILED,
- GIMP_ITEM_GET_CLASS (item)->raise_failed);
+ GIMP_ITEM_GET_CLASS (item)->raise_failed);
return FALSE;
}
@@ -4163,7 +4163,7 @@ gimp_image_lower_item (GimpImage *image,
if (index == gimp_container_get_n_children (container) - 1)
{
g_set_error_literal (error, GIMP_ERROR, GIMP_FAILED,
- GIMP_ITEM_GET_CLASS (item)->lower_failed);
+ GIMP_ITEM_GET_CLASS (item)->lower_failed);
return FALSE;
}
diff --git a/app/tools/gimpblendtool.c b/app/tools/gimpblendtool.c
index e0491d1..49ef9f9 100644
--- a/app/tools/gimpblendtool.c
+++ b/app/tools/gimpblendtool.c
@@ -242,14 +242,14 @@ gimp_blend_tool_initialize (GimpTool *tool,
if (gimp_viewable_get_children (GIMP_VIEWABLE (drawable)))
{
g_set_error_literal (error, GIMP_ERROR, GIMP_FAILED,
- _("Cannot modify the pixels of layer groups."));
+ _("Cannot modify the pixels of layer groups."));
return FALSE;
}
if (gimp_item_is_content_locked (GIMP_ITEM (drawable)))
{
g_set_error_literal (error, GIMP_ERROR, GIMP_FAILED,
- _("The active layer's pixels are locked."));
+ _("The active layer's pixels are locked."));
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]