From 9618cd2cb63840bd9138519bc52a3afad07590fa Mon Sep 17 00:00:00 2001
From: Ettore Perazzoli <ettore@src.gnome.org>
Date: Thu, 8 Mar 2001 12:55:05 +0000
Subject: 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
---
 calendar/ChangeLog                    |  5 +++++
 calendar/gui/alarm-notify/Makefile.am | 18 +++++++++---------
 calendar/gui/calendar-component.c     |  1 +
 calendar/gui/component-factory.c      |  1 +
 4 files changed, 16 insertions(+), 9 deletions(-)

(limited to 'calendar')

diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a96ffd39eb..3e720f8077 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-08  Ettore Perazzoli  <ettore@ximian.com>
+
+	* gui/component-factory.c (factory_fn): Specify a NULL
+	`EvolutionShellComponentGetDndSelectionFn'.
+
 2001-02-27  Miguel de Icaza  <miguel@ximian.com>
 
 	* gui/e-day-view.c (e_day_view_on_event_right_click): Reorganize
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am
index b542566d17..f62cb3c365 100644
--- a/calendar/gui/alarm-notify/Makefile.am
+++ b/calendar/gui/alarm-notify/Makefile.am
@@ -11,7 +11,7 @@ idl_flags = `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl
 $(CORBA_GENERATED): $(idls)
 	$(ORBIT_IDL) $(idl_flags) $(top_srcdir)/calendar/idl/evolution-calendar.idl
 
-bin_PROGRAMS = evolution-alarm-notify evolution-alarm-client
+bin_PROGRAMS = evolution-alarm-notify # evolution-alarm-client
 
 noinst_LIBRARIES = libalarm.a
 
@@ -51,14 +51,14 @@ evolution_alarm_notify_LDADD =					\
 	$(EXTRA_GNOME_LIBS)					\
 	$(INTLLIBS)
 
-evolution_alarm_client_SOURCES =	\
-	client-main.c			\
-	$(CORBA_GENERATED)
-
-evolution_alarm_client_LDADD =		\
-	 $(BONOBO_VFS_GNOME_LIBS)	\
-	 $(EXTRA_GNOME_LIBS)		\
-	 $(INTLLIBS)
+# evolution_alarm_client_SOURCES =	\
+# 	client-main.c			\
+# 	$(CORBA_GENERATED)
+# 
+# evolution_alarm_client_LDADD =		\
+# 	 $(BONOBO_VFS_GNOME_LIBS)	\
+# 	 $(EXTRA_GNOME_LIBS)		\
+# 	 $(INTLLIBS)
 
 oafdir = $(datadir)/oaf
 oaf_in_files = \
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 5226c2480d..8486e9cca8 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -145,6 +145,7 @@ factory_fn (BonoboGenericFactory *factory,
 							 NULL, /* remove_folder_fn */
 							 NULL, /* copy_folder_fn */
 							 NULL, /* populate_folder_context_menu_fn */
+							 NULL, /* get_dnd_selection_fn */
 							 NULL  /* closure */);
 
 	gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set",
diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c
index 5226c2480d..8486e9cca8 100644
--- a/calendar/gui/component-factory.c
+++ b/calendar/gui/component-factory.c
@@ -145,6 +145,7 @@ factory_fn (BonoboGenericFactory *factory,
 							 NULL, /* remove_folder_fn */
 							 NULL, /* copy_folder_fn */
 							 NULL, /* populate_folder_context_menu_fn */
+							 NULL, /* get_dnd_selection_fn */
 							 NULL  /* closure */);
 
 	gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set",
-- 
cgit