[gimp/soc-2011-seamless-clone2] app: set an icon on the floating selection filter
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] app: set an icon on the floating selection filter
- Date: Wed, 8 May 2013 15:13:48 +0000 (UTC)
commit 49d36cad83331a9774c37aaeea93770ba7d0c8d7
Author: Michael Natterer <mitch gimp org>
Date: Tue Apr 16 20:30:13 2013 +0200
app: set an icon on the floating selection filter
app/core/gimpdrawable.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/core/gimpdrawable.c b/app/core/gimpdrawable.c
index b9810ed..d171e71 100644
--- a/app/core/gimpdrawable.c
+++ b/app/core/gimpdrawable.c
@@ -926,6 +926,8 @@ gimp_drawable_sync_fs_filter (GimpDrawable *drawable,
GeglNode *fs_source;
private->fs_filter = gimp_filter_new ("Floating Selection");
+ gimp_viewable_set_stock_id (GIMP_VIEWABLE (private->fs_filter),
+ "gimp-floating-selection");
node = gimp_filter_get_node (private->fs_filter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]