diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-18 11:31:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-18 11:31:42 +0800 |
commit | 979203663083ef89f678dc1e95bc0c9b24f55a9e (patch) | |
tree | 6fbdcf5e78079607eb176059c900c16ea5ce438f /calendar/gui | |
parent | 8d21ab98d99ca43ee7873adba8172b699d8a007f (diff) | |
download | gsoc2013-evolution-979203663083ef89f678dc1e95bc0c9b24f55a9e.tar.gz gsoc2013-evolution-979203663083ef89f678dc1e95bc0c9b24f55a9e.tar.zst gsoc2013-evolution-979203663083ef89f678dc1e95bc0c9b24f55a9e.zip |
Progress update:
- Kill EABMenu.
- Centralize marshallers to eliminate duplication.
svn path=/branches/kill-bonobo/; revision=36368
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 6 | ||||
-rw-r--r-- | calendar/gui/e-calendar-marshal.list | 17 |
2 files changed, 0 insertions, 23 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index f08b0272c3..84b7bd25dc 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -2,10 +2,6 @@ if OS_WIN32 WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la endif -# The marshallers -MARSHAL_GENERATED = e-calendar-marshal.c e-calendar-marshal.h -@EVO_MARSHAL_RULE@ - SUBDIRS = alarm-notify dialogs ecalendarincludedir = $(privincludedir)/calendar/gui @@ -104,7 +100,6 @@ etspec_DATA = \ e-memo-table.etspec #libevolution_calendar_la_SOURCES = \ -# $(MARSHAL_GENERATED) \ # cal-search-bar.c \ # cal-search-bar.h \ # calendar-config.c \ @@ -309,7 +304,6 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ EXTRA_DIST = \ - e-calendar-marshal.list \ $(glade_DATA) \ $(schema_in_files) \ $(etspec_DATA) \ diff --git a/calendar/gui/e-calendar-marshal.list b/calendar/gui/e-calendar-marshal.list deleted file mode 100644 index 5e0a5c5b22..0000000000 --- a/calendar/gui/e-calendar-marshal.list +++ /dev/null @@ -1,17 +0,0 @@ -NONE:INT,STRING -NONE:INT,BOOL -NONE:INT,POINTER -NONE:INT,OBJECT -NONE:STRING,INT -NONE:INT,INT -NONE:ENUM,ENUM -NONE:ENUM,STRING -NONE:STRING,BOOL,INT,INT -NONE:STRING,STRING -NONE:STRING,STRING,STRING -NONE:STRING,POINTER,POINTER -NONE:POINTER,ENUM -NONE:POINTER,STRING -NONE:POINTER,POINTER -NONE:LONG,LONG -NONE:STRING,INT,INT |