diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-15 09:25:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-15 09:25:54 +0800 |
commit | 273f7a811a3336a1ed8decae5521f365ea86d5e1 (patch) | |
tree | 88442a760d4930a2c03b94eac1dd958814f5f446 /shell/ChangeLog | |
parent | e02c210303e0b99f169b93a4ec8ee90b98ad20b1 (diff) | |
download | gsoc2013-evolution-273f7a811a3336a1ed8decae5521f365ea86d5e1.tar.gz gsoc2013-evolution-273f7a811a3336a1ed8decae5521f365ea86d5e1.tar.zst gsoc2013-evolution-273f7a811a3336a1ed8decae5521f365ea86d5e1.zip |
(class_init): Pass the right parent
type to gtk_type_class().
svn path=/trunk/; revision=18770
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cf7d56d37b..8c4ad15479 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2002-11-14 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-client.c (class_init): Pass the right parent + type to gtk_type_class(). + +2002-11-14 Ettore Perazzoli <ettore@ximian.com> + * e-shell-user-creatable-items-handler.c, * e-shell-user-creatable-items-handler.c: Changed into a GObject subclass instead of a GtkObject subclass. |