[evolution] Avoid runtime warning when creating fullname.ui dialog
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Avoid runtime warning when creating fullname.ui dialog
- Date: Fri, 23 Mar 2018 11:06:42 +0000 (UTC)
commit 45561652eec6e77ef5755a08636201ad4b51b797
Author: Milan Crha <mcrha redhat com>
Date: Fri Mar 23 12:07:51 2018 +0100
Avoid runtime warning when creating fullname.ui dialog
The column value had been "translated" into "NULL", which led to two of:
GLib-GObject-CRITICAL **: g_value_type_transformable: assertion 'G_TYPE_IS_VALUE (src_type)' failed
src/addressbook/gui/contact-editor/fullname.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addressbook/gui/contact-editor/fullname.ui b/src/addressbook/gui/contact-editor/fullname.ui
index 28c104d..595d566 100644
--- a/src/addressbook/gui/contact-editor/fullname.ui
+++ b/src/addressbook/gui/contact-editor/fullname.ui
@@ -9,7 +9,7 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes"/>
+ <col id="0" translatable="no"></col>
</row>
<row>
<col id="0" translatable="yes">Mr.</col>
@@ -35,7 +35,7 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes"/>
+ <col id="0" translatable="no"></col>
</row>
<row>
<col id="0" translatable="yes">Sr.</col>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]