Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-06-08 10:06:22 +0300
committerGitHub <noreply@github.com>2018-06-08 10:06:22 +0300
commit93eec62fa12eaced3560fe9022572dd501c191be (patch)
treefccc98c7cb5b0d1be62ff4f4f1e37a73868980e2 /data
parent625c621338f61f300882785aeafad3368257c077 (diff)
parent2caf80c3d4b7d8053152413a27cbe6019e5561d1 (diff)
Merge pull request #1669 from FreeRDP/refact
Adding plugin column in the Remmina Main window
Diffstat (limited to 'data')
-rw-r--r--data/ui/remmina_main.glade20
1 files changed, 17 insertions, 3 deletions
diff --git a/data/ui/remmina_main.glade b/data/ui/remmina_main.glade
index 0688a8c85..607936492 100644
--- a/data/ui/remmina_main.glade
+++ b/data/ui/remmina_main.glade
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1
+<!-- Generated with glade 3.22.1
Remmina - The GTK+ Remmina Remote Desktop Client
Copyright (C) Antenore Gatta & Giovanni Panozzo 2014-2018
@@ -701,18 +701,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</object>
</child>
<child>
+ <object class="GtkTreeViewColumn" id="column_files_list_plugin">
+ <property name="resizable">True</property>
+ <property name="title" translatable="yes">Plugin</property>
+ <property name="clickable">True</property>
+ <property name="sort_column_id">4</property>
+ <child>
+ <object class="GtkCellRendererText" id="renderer_files_list_plugin"/>
+ <attributes>
+ <attribute name="text">4</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
<object class="GtkTreeViewColumn" id="column_files_list_date">
<property name="resizable">True</property>
<property name="title" translatable="yes">Last time used</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property>
<property name="sort_order">descending</property>
- <property name="sort_column_id">4</property>
+ <property name="sort_column_id">5</property>
<signal name="clicked" handler="remmina_main_on_date_column_sort_clicked" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer_files_list_date"/>
<attributes>
- <attribute name="text">4</attribute>
+ <attribute name="text">5</attribute>
</attributes>
</child>
</object>