diff options
author | Rohini S <srohini@novell.com> | 2006-01-16 14:41:29 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-16 14:41:29 +0800 |
commit | 8520abf54cedccb6d98eae462c42b89d23b418f3 (patch) | |
tree | cd6b9fb60c3d881df8dca29b5aa7b5612dd0eb8b /mail/mail-dialogs.glade | |
parent | 16bcca2ec81199ff2460f35f9473349e7634ee40 (diff) | |
download | gsoc2013-evolution-8520abf54cedccb6d98eae462c42b89d23b418f3.tar.gz gsoc2013-evolution-8520abf54cedccb6d98eae462c42b89d23b418f3.tar.zst gsoc2013-evolution-8520abf54cedccb6d98eae462c42b89d23b418f3.zip |
** Fixes bug #246257
2006-01-12 Rohini S <srohini@novell.com>
** Fixes bug #246257
* mail-dialogs.glade: Interchange of label and checkbox
positions in Find message dialog
* em-format-html-display.c: (efhd_update_matches),
(em_format_html_display_search):
Hide Matches Label on dialog open and Show Matches Label when
required. Fixes bug 246257.
svn path=/trunk/; revision=31193
Diffstat (limited to 'mail/mail-dialogs.glade')
-rw-r--r-- | mail/mail-dialogs.glade | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/mail/mail-dialogs.glade b/mail/mail-dialogs.glade index c6df9701ec..89093ec45a 100644 --- a/mail/mail-dialogs.glade +++ b/mail/mail-dialogs.glade @@ -132,6 +132,25 @@ </child> <child> + <widget class="GtkCheckButton" id="search_case_check"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Case _sensitive</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="GtkLabel" id="search_matches_label"> <property name="visible">True</property> <property name="label" translatable="yes"></property> @@ -156,24 +175,6 @@ </packing> </child> - <child> - <widget class="GtkCheckButton" id="search_case_check"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Case _sensitive</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> </widget> <packing> <property name="padding">0</property> |