summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-24 14:10:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-24 14:14:25 +0000
commitc88d2f6d57ee2ed45fb9a9f36b3a196180e2ccda (patch)
treedc33349e0c232dd54e84995be542e112987eadd6
parentETOMANY getPropertyValue (diff)
downloadcore-c88d2f6d57ee2ed45fb9a9f36b3a196180e2ccda.tar.gz
core-c88d2f6d57ee2ed45fb9a9f36b3a196180e2ccda.zip
fix 'delete' not working in the Template Manager
regression from b29c078c7f193dd7dae74baf89fe1abb9264239c because if the search view widget is visible then its assumed that we are in search view mode Change-Id: I8e81ffa06d5d3ac50e110105c9444707fd4c41c6
-rw-r--r--sfx2/uiconfig/ui/templatedlg.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui
index 5104b66090fb..b6ecee8cc42d 100644
--- a/sfx2/uiconfig/ui/templatedlg.ui
+++ b/sfx2/uiconfig/ui/templatedlg.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.1 -->
<interface>
- <!-- interface-requires gtk+ 3.0 -->
+ <requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkWindow" id="TemplateDialog">
<property name="width_request">800</property>
@@ -301,7 +302,6 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="invisible_char">●</property>
- <property name="invisible_char_set">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -324,8 +324,8 @@
</child>
<child>
<object class="sfxlo-TemplateSearchView" id="search_view">
- <property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
</object>
@@ -337,8 +337,8 @@
</child>
<child>
<object class="sfxlo-TemplateRemoteView" id="remote_view">
- <property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
</object>