diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-01-10 21:36:50 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-01-10 21:36:50 +0800 |
commit | f875d0dd15cccfd32cd38a155edf7576bb1a0617 (patch) | |
tree | 1fc3f316d5dadfc7fdfcbd7d4a4696dab8773b73 /calendar | |
parent | 6ec002130d6b89d3f469516facd5868fb49531b5 (diff) | |
download | gsoc2013-evolution-f875d0dd15cccfd32cd38a155edf7576bb1a0617.tar.gz gsoc2013-evolution-f875d0dd15cccfd32cd38a155edf7576bb1a0617.tar.zst gsoc2013-evolution-f875d0dd15cccfd32cd38a155edf7576bb1a0617.zip |
Missed to commit this file before.
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backends-groupwise-utils.h:
Missed to commit this file before.
svn path=/trunk/; revision=28317
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/dialogs/event-page.glade | 19 | ||||
-rw-r--r-- | calendar/gui/dialogs/task-page.glade | 9 |
3 files changed, 21 insertions, 13 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 81483923b5..205bba916e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/dialogs/event-page.glade + * gui/dialogs/task-page.glade: Showed the send options + button and label. Hided the Send options Frame. + 2005-01-10 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/cal-attachment-bar.[ch]: (destroy), (init), diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade index 1cd9f17183..38dd6576cc 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -89,7 +89,7 @@ <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">7.45058015283e-09</property> + <property name="xalign">7.45058e-09</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> @@ -114,7 +114,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> - <property name="invisible_char">*</property> + <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">False</property> </widget> <packing> @@ -135,7 +135,7 @@ <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">7.45058015283e-09</property> + <property name="xalign">7.45058e-09</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> @@ -160,7 +160,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> - <property name="invisible_char">*</property> + <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">False</property> </widget> <packing> @@ -222,7 +222,7 @@ <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">7.45058015283e-09</property> + <property name="xalign">7.45058e-09</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> @@ -361,7 +361,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> - <property name="invisible_char">*</property> + <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">False</property> </widget> <packing> @@ -382,7 +382,7 @@ <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">7.45058015283e-09</property> + <property name="xalign">7.45058e-09</property> <property name="yalign">0</property> <property name="xpad">0</property> <property name="ypad">0</property> @@ -834,7 +834,6 @@ <child> <widget class="GtkFrame" id="send-options-frame"> - <property name="visible">True</property> <property name="label_xalign">0</property> <property name="label_yalign">0.5</property> <property name="shadow_type">GTK_SHADOW_NONE</property> @@ -845,7 +844,7 @@ <property name="visible">True</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> - <property name="xscale">0.0599999986589</property> + <property name="xscale">0.06</property> <property name="yscale">1</property> <property name="top_padding">0</property> <property name="bottom_padding">0</property> @@ -854,6 +853,7 @@ <child> <widget class="GtkButton" id="send-options-button"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Ad_vanced send options</property> <property name="use_underline">True</property> @@ -866,6 +866,7 @@ <child> <widget class="GtkLabel" id="send-options-label"> + <property name="visible">True</property> <property name="label" translatable="yes"><b>Send Options</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade index c40a4ee4de..a5db45ddf0 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -89,7 +89,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> - <property name="invisible_char">*</property> + <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">False</property> </widget> <packing> @@ -274,7 +274,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> - <property name="invisible_char">*</property> + <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Categories</atkproperty> @@ -590,7 +590,6 @@ <child> <widget class="GtkFrame" id="send-options-frame"> - <property name="visible">True</property> <property name="label_xalign">0</property> <property name="label_yalign">0.5</property> <property name="shadow_type">GTK_SHADOW_NONE</property> @@ -601,7 +600,7 @@ <property name="visible">True</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> - <property name="xscale">0.109999999404</property> + <property name="xscale">0.11</property> <property name="yscale">1</property> <property name="top_padding">0</property> <property name="bottom_padding">0</property> @@ -610,6 +609,7 @@ <child> <widget class="GtkButton" id="send-options-button"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Ad_vanced send options</property> <property name="use_underline">True</property> @@ -622,6 +622,7 @@ <child> <widget class="GtkLabel" id="send-options-label"> + <property name="visible">True</property> <property name="label" translatable="yes"><b>Send Options</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> |