[gimp/metadata-browser] app: hide GimpTemplateEditor's precision combo
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: hide GimpTemplateEditor's precision combo
- Date: Wed, 12 Sep 2012 23:53:52 +0000 (UTC)
commit 7f14f2bee18de6dc55350d993b1f4b1541273262
Author: Michael Natterer <mitch gimp org>
Date: Sun Apr 22 20:26:20 2012 +0200
app: hide GimpTemplateEditor's precision combo
app/widgets/gimptemplateeditor.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimptemplateeditor.c b/app/widgets/gimptemplateeditor.c
index ab08e41..6a8c727 100644
--- a/app/widgets/gimptemplateeditor.c
+++ b/app/widgets/gimptemplateeditor.c
@@ -388,12 +388,13 @@ 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",
- -1, -1);
+ "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]