diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-06 04:13:45 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-06 04:13:45 +0800 |
commit | ce3b224ed64f470fd5031342930f7c8f773c6eeb (patch) | |
tree | fc3d645e2378d131901f99b193cf304b394f248e /calendar/gui/calendar-control.gnorba | |
parent | 0c061c70785480f5d528722f89df2d32bf558121 (diff) | |
download | gsoc2013-evolution-ce3b224ed64f470fd5031342930f7c8f773c6eeb.tar gsoc2013-evolution-ce3b224ed64f470fd5031342930f7c8f773c6eeb.tar.gz gsoc2013-evolution-ce3b224ed64f470fd5031342930f7c8f773c6eeb.tar.bz2 gsoc2013-evolution-ce3b224ed64f470fd5031342930f7c8f773c6eeb.tar.lz gsoc2013-evolution-ce3b224ed64f470fd5031342930f7c8f773c6eeb.tar.xz gsoc2013-evolution-ce3b224ed64f470fd5031342930f7c8f773c6eeb.tar.zst gsoc2013-evolution-ce3b224ed64f470fd5031342930f7c8f773c6eeb.zip |
build test-calendar-widget and evolution-calendar, common stuff is in a
* gui/Makefile.am: build test-calendar-widget and evolution-calendar,
common stuff is in a library
* gui/gnome-cal.c (gnome_calendar_get_type): made the calendar widget
based on a gtk_frame rather than a gnome_app
* gui/calendar-commands.c: split out some of main.c
* gui/evolution-calendar-control.c: bonobo bung so evolution
can use the calendar widget
svn path=/trunk/; revision=2294
Diffstat (limited to 'calendar/gui/calendar-control.gnorba')
-rw-r--r-- | calendar/gui/calendar-control.gnorba | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/gui/calendar-control.gnorba b/calendar/gui/calendar-control.gnorba new file mode 100644 index 0000000000..20032ef1c7 --- /dev/null +++ b/calendar/gui/calendar-control.gnorba @@ -0,0 +1,11 @@ +[control-factory:calendar] +type=exe +repo_id=IDL:GNOME/GenericFactory:1.0 +description=Factory for the sample Calendar control +location_info=evolution-calendar + +[control:calendar] +type=factory +repo_id=IDL:BonoboControl/calendar-control:1.0 IDL:GNOME/Control:1.0 +description=A sample Bonobo control which displays an calendar. +location_info=control-factory:calendar |