[dconf-editor] Update comments.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Update comments.
- Date: Sun, 10 Dec 2017 09:05:24 +0000 (UTC)
commit 8cd81d7142b8ace74f4c26cd78fa7ff9a367bacf
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sun Dec 10 10:04:48 2017 +0100
Update comments.
editor/dconf-view.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-view.vala b/editor/dconf-view.vala
index f52cc9e..0cdc53e 100644
--- a/editor/dconf-view.vala
+++ b/editor/dconf-view.vala
@@ -250,7 +250,7 @@ private class KeyEditorChildNumberDouble : Entry, KeyEditorChild
this.visible = true;
this.hexpand = true;
this.secondary_icon_activatable = false;
- this.set_icon_tooltip_text (EntryIconPosition.SECONDARY, _("Failed to parse as double.")); //
TODO report bug, not displayed, neither like that nor by setting secondary_icon_tooltip_text
+ this.set_icon_tooltip_text (EntryIconPosition.SECONDARY, _("Failed to parse as double."));
this.text = initial_value.print (false);
@@ -596,7 +596,7 @@ private class KeyEditorChildDefault : Entry, KeyEditorChild
this.visible = true;
this.hexpand = true;
this.secondary_icon_activatable = false;
- this.set_icon_tooltip_text (EntryIconPosition.SECONDARY, _("This value is invalid for the key
type.")); // TODO report bug, not displayed, neither like that nor by setting secondary_icon_tooltip_text
+ this.set_icon_tooltip_text (EntryIconPosition.SECONDARY, _("This value is invalid for the key
type."));
this.is_string = type == "s" || type == "o" || type == "g";
this.text = is_string ? initial_value.get_string () : initial_value.print (false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]