diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-24 14:27:03 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-24 14:27:03 +0800 |
commit | bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847 (patch) | |
tree | f5f787e7f8ecb470606c64b8832aa03c51981e76 /calendar/gui/event-editor-dialog.glade | |
parent | bf69bddd6de28e78458ae8043379a275bca1c54b (diff) | |
download | gsoc2013-evolution-bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847.tar gsoc2013-evolution-bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847.tar.gz gsoc2013-evolution-bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847.tar.bz2 gsoc2013-evolution-bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847.tar.lz gsoc2013-evolution-bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847.tar.xz gsoc2013-evolution-bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847.tar.zst gsoc2013-evolution-bdd1f5a2f8ceb517d735f92dd0bf56b0f1a80847.zip |
Remove owner field
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/event-editor-dialog.glade: Remove owner field
* gui/event-editor.c (clear_widgets): Forget about owner field
(get_widgets): ditto
(fill_widgets): ditto
svn path=/trunk/; revision=5002
Diffstat (limited to 'calendar/gui/event-editor-dialog.glade')
-rw-r--r-- | calendar/gui/event-editor-dialog.glade | 81 |
1 files changed, 15 insertions, 66 deletions
diff --git a/calendar/gui/event-editor-dialog.glade b/calendar/gui/event-editor-dialog.glade index 8e32ab57d1..5267bda069 100644 --- a/calendar/gui/event-editor-dialog.glade +++ b/calendar/gui/event-editor-dialog.glade @@ -65,7 +65,7 @@ <widget> <class>GtkTable</class> <name>table5</name> - <rows>2</rows> + <rows>1</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>4</row_spacing> @@ -77,21 +77,24 @@ </child> <widget> - <class>GtkEntry</class> - <name>general-owner</name> - <can_focus>True</can_focus> - <editable>True</editable> - <text_visible>True</text_visible> - <text_max_length>0</text_max_length> - <text></text> + <class>GtkLabel</class> + <name>label13</name> + <label>_Summary:</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>7.45058e-09</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <default_focus_target>general-summary</default_focus_target> <child> - <left_attach>1</left_attach> - <right_attach>2</right_attach> + <left_attach>0</left_attach> + <right_attach>1</right_attach> <top_attach>0</top_attach> <bottom_attach>1</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> - <xexpand>True</xexpand> + <xexpand>False</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> @@ -111,65 +114,11 @@ <child> <left_attach>1</left_attach> <right_attach>2</right_attach> - <top_attach>1</top_attach> - <bottom_attach>2</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>True</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> - </widget> - - <widget> - <class>GtkLabel</class> - <name>label41</name> - <label>_Summary:</label> - <justify>GTK_JUSTIFY_CENTER</justify> - <wrap>False</wrap> - <xalign>7.45058e-09</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> - <focus_target>general-summary</focus_target> - <child> - <left_attach>0</left_attach> - <right_attach>1</right_attach> - <top_attach>1</top_attach> - <bottom_attach>2</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>False</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>False</xfill> - <yfill>False</yfill> - </child> - </widget> - - <widget> - <class>GtkLabel</class> - <name>label13</name> - <label>_Owner:</label> - <justify>GTK_JUSTIFY_CENTER</justify> - <wrap>False</wrap> - <xalign>7.45058e-09</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> - <focus_target>general-owner</focus_target> - <child> - <left_attach>0</left_attach> - <right_attach>1</right_attach> <top_attach>0</top_attach> <bottom_attach>1</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> - <xexpand>False</xexpand> + <xexpand>True</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> |