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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d087f746bf..3885059cc3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 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 + +2002-02-08 JP Rosevear <jpr@ximian.com> + * gui/dialogs/task-details-page.glade: add a custom widget created with e_url_button_new |