From 681b9172bc8a48394377562f58701741ebcc85be Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 14 Jun 2001 20:17:43 +0000 Subject: Set the "expoted_dnd_types" to NULL in the folder_types. 2001-06-14 Jeffrey Stedfast * gui/component/addressbook-component.c: Set the "expoted_dnd_types" to NULL in the folder_types. svn path=/trunk/; revision=10237 --- addressbook/gui/component/addressbook-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/addressbook-component.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 } }; -- cgit v1.2.3