diff options
author | Seth Alves <alves@src.gnome.org> | 2000-05-18 01:27:12 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-05-18 01:27:12 +0800 |
commit | da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100 (patch) | |
tree | 9d066a41dbc01ee37e84c578238ac2ffbb41c456 /calendar/gui/Makefile.am | |
parent | 77eb3618544e02a7f516a1ec3d16a42b5ed4aea2 (diff) | |
download | gsoc2013-evolution-da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100.tar gsoc2013-evolution-da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100.tar.gz gsoc2013-evolution-da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100.tar.bz2 gsoc2013-evolution-da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100.tar.lz gsoc2013-evolution-da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100.tar.xz gsoc2013-evolution-da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100.tar.zst gsoc2013-evolution-da0a13df5e4c8fdbf524a1a9f1ee9e593f5f0100.zip |
hooked up more widget signals to callbacks to the gladified dialog acts
* gui/event-editor.c: hooked up more widget signals to callbacks
to the gladified dialog acts more like the original one.
svn path=/trunk/; revision=3106
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 41d3ed03fe..c3971a9874 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -85,14 +85,12 @@ evolution_calendar_SOURCES = \ event-editor.h \ evolution-calendar-control.c + # eventedit.c \ # eventedit.h \ - - - evolution_calendar_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_HTML_GNOME_LIBS) \ |