aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-dialogs.glade
diff options
context:
space:
mode:
authorJohnny Jacob <johnnyjacob@gmail.com>2006-07-12 01:20:36 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-07-12 01:20:36 +0800
commit0806967bd0118313a7bd4c5567603a8abba266b0 (patch)
tree11d9597bcec2007279a3aee50695f1836870b63b /mail/mail-dialogs.glade
parent57a80e9b6464c610e0b3d8260376cc155c6062f8 (diff)
downloadgsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar
gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.gz
gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.bz2
gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.lz
gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.xz
gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.zst
gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.zip
Fixes #246235. Deleted the option menu and replaced with radio buttons.
2006-07-11 Johnny Jacob <johnnyjacob@gmail.com> Fixes #246235. * em-vfolder-rule.c (get_widget): Deleted the option menu and replaced with radio buttons. * mail-dialogs.glade: Removed option menu and added radio buttons svn path=/trunk/; revision=32290
Diffstat (limited to 'mail/mail-dialogs.glade')
-rw-r--r--mail/mail-dialogs.glade103
1 files changed, 66 insertions, 37 deletions
diff --git a/mail/mail-dialogs.glade b/mail/mail-dialogs.glade
index 89093ec45a..45677b6ffe 100644
--- a/mail/mail-dialogs.glade
+++ b/mail/mail-dialogs.glade
@@ -1600,48 +1600,77 @@ Please select a follow up action from the &quot;Flag&quot; menu.</property>
<property name="spacing">6</property>
<child>
- <widget class="GtkOptionMenu" id="source_option">
+ <widget class="GtkRadioButton" id="local_rb">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="history">0</property>
-
- <child internal-child="menu">
- <widget class="GtkMenu" id="convertwidget8">
- <property name="visible">True</property>
+ <property name="label" translatable="yes">All local folders</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="GtkMenuItem" id="convertwidget9">
- <property name="visible">True</property>
- <property name="label" translatable="yes">specific folders only</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
+ <child>
+ <widget class="GtkRadioButton" id="remote_rb">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">All active remote folders</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>
+ <property name="group">local_rb</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
- <child>
- <widget class="GtkMenuItem" id="convertwidget10">
- <property name="visible">True</property>
- <property name="label" translatable="yes">with all local folders</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
+ <child>
+ <widget class="GtkRadioButton" id="local_and_remote_rb">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">All local and active remote folders</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>
+ <property name="group">local_rb</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
- <child>
- <widget class="GtkMenuItem" id="convertwidget11">
- <property name="visible">True</property>
- <property name="label" translatable="yes">with all active remote folders</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
+ <child>
+ <widget class="GtkRadioButton" id="specific_rb">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Specific folders</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>
+ <property name="group">local_rb</property>
- <child>
- <widget class="GtkMenuItem" id="convertwidget12">
- <property name="visible">True</property>
- <property name="label" translatable="yes">with all local and active remote folders</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- </widget>
- </child>
</widget>
<packing>
<property name="padding">0</property>
@@ -1651,7 +1680,7 @@ Please select a follow up action from the &quot;Flag&quot; menu.</property>
</child>
<child>
- <widget class="GtkHBox" id="hbox3">
+ <widget class="GtkHBox" id="source_selector">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>