diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-08 20:55:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-08 20:55:05 +0800 |
commit | 9618cd2cb63840bd9138519bc52a3afad07590fa (patch) | |
tree | 259fda93de990254e0c3a108be88e584b2646b7f /mail/component-factory.c | |
parent | 698fc6235d8b59e89369c5220ad6b15cc0c74b81 (diff) | |
download | gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.tar.gz gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.tar.zst gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.zip |
Added a ShellComponent method to retrieve the selection for drag and
drop and support for it in the shell. Untested.
svn path=/trunk/; revision=8594
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index d72df7281d..340b9b8c11 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -269,7 +269,8 @@ component_fn (BonoboGenericFactory *factory, void *closure) create_folder, NULL, /* remove_folder_fn */ NULL, /* copy_folder_fn */ - NULL, /* populate_folder_context_menu */ + NULL, /* populate_folder_context_menu_fn */ + NULL, /* get_dnd_selection_fn */ NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", |