[gimp/goat-invasion] app: enable the precision combo in GimpTemplateEditor
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion] app: enable the precision combo in GimpTemplateEditor
- Date: Wed, 25 Apr 2012 06:20:26 +0000 (UTC)
commit 428525075d6ceb54ebb958d115af0c2e8c3c2d86
Author: Michael Natterer <mitch gimp org>
Date: Wed Apr 25 08:19:31 2012 +0200
app: enable the precision combo in GimpTemplateEditor
app/widgets/gimptemplateeditor.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimptemplateeditor.c b/app/widgets/gimptemplateeditor.c
index 6a8c727..c1cb9d1 100644
--- a/app/widgets/gimptemplateeditor.c
+++ b/app/widgets/gimptemplateeditor.c
@@ -388,13 +388,11 @@ gimp_template_editor_constructed (GObject *object)
_("Color _space:"), 0.0, 0.5,
combo, 1, FALSE);
-#if 0
combo = gimp_prop_enum_combo_box_new (G_OBJECT (template),
"precision", 0, 0);
gimp_table_attach_aligned (GTK_TABLE (table), 0, 3,
_("_Precision:"), 0.0, 0.5,
combo, 1, FALSE);
-#endif
combo = gimp_prop_enum_combo_box_new (G_OBJECT (template),
"fill-type",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]