aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.glade
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-12-06 23:27:42 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-12-06 23:27:42 +0800
commit2c6ca58b20fb1bc38131cd03802cb52cbe871800 (patch)
treeb4f930fbb790be3731eb883c4b4a7a7dcf032816 /calendar/gui/dialogs/event-page.glade
parentb07d0414a2f8993c4b7a7a43dfcc26d678e90046 (diff)
downloadgsoc2013-evolution-2c6ca58b20fb1bc38131cd03802cb52cbe871800.tar
gsoc2013-evolution-2c6ca58b20fb1bc38131cd03802cb52cbe871800.tar.gz
gsoc2013-evolution-2c6ca58b20fb1bc38131cd03802cb52cbe871800.tar.bz2
gsoc2013-evolution-2c6ca58b20fb1bc38131cd03802cb52cbe871800.tar.lz
gsoc2013-evolution-2c6ca58b20fb1bc38131cd03802cb52cbe871800.tar.xz
gsoc2013-evolution-2c6ca58b20fb1bc38131cd03802cb52cbe871800.tar.zst
gsoc2013-evolution-2c6ca58b20fb1bc38131cd03802cb52cbe871800.zip
added entry for the LOCATION field
2001-12-05 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/event-page.glade: added entry for the LOCATION field * gui/dialogs/event-page.c: added support for the new LOCATION entry added in the Event editor. svn path=/trunk/; revision=14901
Diffstat (limited to 'calendar/gui/dialogs/event-page.glade')
-rw-r--r--calendar/gui/dialogs/event-page.glade53
1 files changed, 52 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade
index 0e591b0663..6be310448a 100644
--- a/calendar/gui/dialogs/event-page.glade
+++ b/calendar/gui/dialogs/event-page.glade
@@ -37,7 +37,7 @@
<widget>
<class>GtkTable</class>
<name>table11</name>
- <rows>1</rows>
+ <rows>2</rows>
<columns>2</columns>
<homogeneous>False</homogeneous>
<row_spacing>4</row_spacing>
@@ -98,6 +98,57 @@
<yfill>False</yfill>
</child>
</widget>
+
+ <widget>
+ <class>GtkLabel</class>
+ <name>label61</name>
+ <label>L_ocation:</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>location</default_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>True</xfill>
+ <yfill>False</yfill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>GtkEntry</class>
+ <name>location</name>
+ <can_focus>True</can_focus>
+ <editable>True</editable>
+ <text_visible>True</text_visible>
+ <text_max_length>0</text_max_length>
+ <text></text>
+ <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>
<widget>