aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-09 19:24:34 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-09 19:24:34 +0800
commit40bbdbf8620f0021c931a46d1c17a6495d93634b (patch)
tree5f0a84dc788d7a4998b7f14cb7372f9809db2e64 /plugins
parent1f08d409f8b76aa22fd0af80b31312189f28967b (diff)
downloadgsoc2013-evolution-40bbdbf8620f0021c931a46d1c17a6495d93634b.tar
gsoc2013-evolution-40bbdbf8620f0021c931a46d1c17a6495d93634b.tar.gz
gsoc2013-evolution-40bbdbf8620f0021c931a46d1c17a6495d93634b.tar.bz2
gsoc2013-evolution-40bbdbf8620f0021c931a46d1c17a6495d93634b.tar.lz
gsoc2013-evolution-40bbdbf8620f0021c931a46d1c17a6495d93634b.tar.xz
gsoc2013-evolution-40bbdbf8620f0021c931a46d1c17a6495d93634b.tar.zst
gsoc2013-evolution-40bbdbf8620f0021c931a46d1c17a6495d93634b.zip
Adding the exchange delegation feature.
svn path=/trunk/; revision=33787
Diffstat (limited to 'plugins')
-rw-r--r--plugins/exchange-operations/exchange-delegates.glade21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-delegates.glade b/plugins/exchange-operations/exchange-delegates.glade
index 464fd820d4..1731672078 100644
--- a/plugins/exchange-operations/exchange-delegates.glade
+++ b/plugins/exchange-operations/exchange-delegates.glade
@@ -17,6 +17,7 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
+ <property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@@ -202,6 +203,7 @@ and access your folders with the permissions you give them.</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
+ <property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@@ -626,6 +628,25 @@ and access your folders with the permissions you give them.</property>
</child>
<child>
+ <widget class="GtkCheckButton" id="delegate_mail">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">_Summarize permissions</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkCheckButton" id="see_private_checkbox">
<property name="visible">True</property>
<property name="can_focus">True</property>