diff options
author | JP Rosevear <jpr@ximian.com> | 2002-02-09 05:53:53 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-02-09 05:53:53 +0800 |
commit | 1e390adb7d57419d8117b167229cc35e7cc1486e (patch) | |
tree | 7a54fd11558059105d99c340feb0e26babb00eca /calendar/gui/dialogs/task-details-page.glade | |
parent | 350a7a33147b81b33ef60b45e5d5134b73d40bad (diff) | |
download | gsoc2013-evolution-1e390adb7d57419d8117b167229cc35e7cc1486e.tar gsoc2013-evolution-1e390adb7d57419d8117b167229cc35e7cc1486e.tar.gz gsoc2013-evolution-1e390adb7d57419d8117b167229cc35e7cc1486e.tar.bz2 gsoc2013-evolution-1e390adb7d57419d8117b167229cc35e7cc1486e.tar.lz gsoc2013-evolution-1e390adb7d57419d8117b167229cc35e7cc1486e.tar.xz gsoc2013-evolution-1e390adb7d57419d8117b167229cc35e7cc1486e.tar.zst gsoc2013-evolution-1e390adb7d57419d8117b167229cc35e7cc1486e.zip |
change custom widget creator to e_url_entry_new
2002-02-08 JP Rosevear <jpr@ximian.com>
* gui/dialogs/task-details-page.glade: change custom widget
creator to e_url_entry_new
* gui/dialogs/task-details-page.c (get_widgets): get the url entry
and its entry
svn path=/trunk/; revision=15622
Diffstat (limited to 'calendar/gui/dialogs/task-details-page.glade')
-rw-r--r-- | calendar/gui/dialogs/task-details-page.glade | 39 |
1 files changed, 6 insertions, 33 deletions
diff --git a/calendar/gui/dialogs/task-details-page.glade b/calendar/gui/dialogs/task-details-page.glade index 48ecfdfdca..28bf6a3bcc 100644 --- a/calendar/gui/dialogs/task-details-page.glade +++ b/calendar/gui/dialogs/task-details-page.glade @@ -281,10 +281,12 @@ Undefined </widget> <widget> - <class>GtkHBox</class> - <name>hbox2</name> - <homogeneous>False</homogeneous> - <spacing>0</spacing> + <class>Custom</class> + <name>url_entry</name> + <creation_function>e_url_entry_new</creation_function> + <int1>0</int1> + <int2>0</int2> + <last_modification_time>Fri, 08 Feb 2002 21:02:37 GMT</last_modification_time> <child> <left_attach>1</left_attach> <right_attach>2</right_attach> @@ -299,35 +301,6 @@ Undefined <xfill>True</xfill> <yfill>True</yfill> </child> - - <widget> - <class>GtkEntry</class> - <name>url</name> - <can_focus>True</can_focus> - <editable>True</editable> - <text_visible>True</text_visible> - <text_max_length>0</text_max_length> - <text></text> - <child> - <padding>0</padding> - <expand>True</expand> - <fill>True</fill> - </child> - </widget> - - <widget> - <class>Custom</class> - <name>url_button</name> - <creation_function>e_url_button_new</creation_function> - <int1>0</int1> - <int2>0</int2> - <last_modification_time>Fri, 08 Feb 2002 16:56:48 GMT</last_modification_time> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>False</fill> - </child> - </widget> </widget> </widget> </widget> |