[Libreoffice-commits] core.git: Branch 'feature/mailmerge-toolbar' - sw/uiconfig
Miklos Vajna
vmiklos at collabora.co.uk
Thu Mar 17 10:53:50 UTC 2016
sw/uiconfig/swriter/ui/mmresultemaildialog.ui | 31 ++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
New commits:
commit 898dfdbb13e5a76c880ebe4c8dcbc91731db2f25
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Mar 17 11:47:38 2016 +0100
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
diff --git a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
index fba65e5..bd79a6a 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>
More information about the Libreoffice-commits
mailing list