diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2f2832f49d..26bb623da4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-06-14 Jeffrey Stedfast <fejj@ximian.com> + + * gui/component/addressbook-component.c: Set the + "expoted_dnd_types" to NULL in the folder_types. + 2001-06-11 Dan Winship <danw@ximian.com> * gui/component/select-names/e-select-names-completion.c diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 6274eea50c..09fc5a2da7 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -63,7 +63,7 @@ static char *accepted_dnd_types[] = { }; static const EvolutionShellComponentFolderType folder_types[] = { - { "contacts", "evolution-contacts.png", accepted_dnd_types }, + { "contacts", "evolution-contacts.png", accepted_dnd_types, NULL }, { NULL, NULL, NULL, NULL } }; |