[evolution/gnome-3-28] Avoid runtime warning when creating fullname.ui dialog
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-28] Avoid runtime warning when creating fullname.ui dialog
- Date: Fri, 23 Mar 2018 11:07:32 +0000 (UTC)
commit c5ba7442ec554291c285b9b658ee4ea5192f71a3
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]