diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-14 23:54:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-14 23:54:39 +0800 |
commit | 39c72b8943cf88f0f9aec9eed406bc957af6a07d (patch) | |
tree | 494900f93fbb987e32c542403084f01849d4f752 /shell/ChangeLog | |
parent | b09a2745bcc0206f2304223abb700da2a1cf65da (diff) | |
download | gsoc2013-evolution-39c72b8943cf88f0f9aec9eed406bc957af6a07d.tar.gz gsoc2013-evolution-39c72b8943cf88f0f9aec9eed406bc957af6a07d.tar.zst gsoc2013-evolution-39c72b8943cf88f0f9aec9eed406bc957af6a07d.zip |
only add the component to the list if we actually create it
2003-12-14 JP Rosevear <jpr@ximian.com>
* e-user-creatable-items-handler.c (get_components_from_registry):
only add the component to the list if we actually create it
Fixes #51707
svn path=/trunk/; revision=23936
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 23d3b8eacd..d69c2a73d2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-12-14 JP Rosevear <jpr@ximian.com> + + * e-user-creatable-items-handler.c (get_components_from_registry): + only add the component to the list if we actually create it + + Fixes #51707 + 2003-12-11 Not Zed <NotZed@Ximian.com> * e-sidebar.c (do_layout): remove padding around the folder list. |