[gimp/gimp-2-10] fixed typo in deprecation warning in gimpdrawable.h
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] fixed typo in deprecation warning in gimpdrawable.h
- Date: Sun, 20 Jan 2019 00:12:46 +0000 (UTC)
commit 951a388cc3865dd3cdf9443bc417d15685c34abd
Author: oschlueter <o-schlueter gmx de>
Date: Sat Jan 19 21:26:53 2019 +0000
fixed typo in deprecation warning in gimpdrawable.h
libgimp/gimpdrawable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimp/gimpdrawable.h b/libgimp/gimpdrawable.h
index 717d15ab26..9d6ae0401a 100644
--- a/libgimp/gimpdrawable.h
+++ b/libgimp/gimpdrawable.h
@@ -103,7 +103,7 @@ gboolean gimp_drawable_set_name (gint32 drawabl
const gchar *name);
GIMP_DEPRECATED_FOR(gimp_item_get_visible)
gboolean gimp_drawable_get_visible (gint32 drawable_ID);
-GIMP_DEPRECATED_FOR(gimp_item_get_visible)
+GIMP_DEPRECATED_FOR(gimp_item_set_visible)
gboolean gimp_drawable_set_visible (gint32 drawable_ID,
gboolean visible);
GIMP_DEPRECATED_FOR(gimp_item_get_linked)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]