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 /calendar/gui | |
parent | 698fc6235d8b59e89369c5220ad6b15cc0c74b81 (diff) | |
download | gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.tar gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.tar.gz gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.tar.bz2 gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.tar.lz gsoc2013-evolution-9618cd2cb63840bd9138519bc52a3afad07590fa.tar.xz 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 'calendar/gui')
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 18 | ||||
-rw-r--r-- | calendar/gui/calendar-component.c | 1 | ||||
-rw-r--r-- | calendar/gui/component-factory.c | 1 |
3 files changed, 11 insertions, 9 deletions
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", |