diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-14 06:54:28 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-14 06:54:28 +0800 |
commit | 25b9eca3d8e27378912e85fd4060b0f8c1bbbe69 (patch) | |
tree | 889fb0546c66ba93008b07a9721d279ad53b8687 /shell/ChangeLog | |
parent | d023f5d548b85095292e2491eda6c9b0a5f83aae (diff) | |
download | gsoc2013-evolution-25b9eca3d8e27378912e85fd4060b0f8c1bbbe69.tar.gz gsoc2013-evolution-25b9eca3d8e27378912e85fd4060b0f8c1bbbe69.tar.zst gsoc2013-evolution-25b9eca3d8e27378912e85fd4060b0f8c1bbbe69.zip |
Change type of member etd in
TimezoneDialogPage to GObject from GtkObject.
(make_timezone_page): Cast to G_OBJECT() not GTK_OBJECT().
svn path=/trunk/; revision=18748
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3e75d24a2c..e13943aaf2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2002-11-13 Ettore Perazzoli <ettore@ximian.com> + * e-shell-startup-wizard.c: Change type of member etd in + TimezoneDialogPage to GObject from GtkObject. + (make_timezone_page): Cast to G_OBJECT() not GTK_OBJECT(). + +2002-11-13 Ettore Perazzoli <ettore@ximian.com> + * e-shell-startup-wizard.c (e_shell_startup_wizard_create): Connect finish_func to the "next" signal for now, since GnomeDruid seems to be borked. |