summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-03-17 11:47:38 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-03-18 09:13:56 +0100
commit77068aa0f83f526ab115c183e02e3aa8c7bf1967 (patch)
tree91af13c49403edf123b1d6f10e7a77d79cc18d79 /sw/uiconfig/swriter/ui/mmresultemaildialog.ui
parentb007889438594026337d1a378edff09115453c13 (diff)
sw: add back lost tree model for sendas in mmresultemaildialog
These were part of mmoutputpage previously. With this, it's possible to send email with MM again, though we crash before the results (were the mails sent out successfully?) could be seen. Change-Id: I19724e829d50aafdd20198596422be1ff079b3f5
Diffstat (limited to 'sw/uiconfig/swriter/ui/mmresultemaildialog.ui')
-rw-r--r--sw/uiconfig/swriter/ui/mmresultemaildialog.ui31
1 files changed, 31 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
index fba65e5f9193..bd79a6ab068f 100644
--- a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
+++ b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
@@ -2,6 +2,36 @@
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.0"/>
+ <object class="GtkListStore" id="liststore1">
+ <columns>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ <!-- column-name gint1 -->
+ <column type="gint"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">OpenDocument Text</col>
+ <col id="1">1</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Adobe PDF-Document</col>
+ <col id="1">2</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Microsoft Word Document</col>
+ <col id="1">3</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">HTML Message</col>
+ <col id="1">4</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Plain Text</col>
+ <col id="1">5</col>
+ </row>
+ </data>
+ </object>
<object class="GtkDialog" id="MMResultEmailDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -177,6 +207,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <property name="model">liststore1</property>
</object>
<packing>
<property name="left_attach">1</property>