aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/control-factory.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-10-31 01:17:05 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-10-31 01:17:05 +0800
commitbdd8949166e1736a93dcbf77f9b3d0c214900554 (patch)
treeafcfed4e4474028bf82f5977795ba2b89ed101b5 /calendar/gui/control-factory.c
parent41fcf25f7cde28e20b6a4f81f6f95e4be2384a18 (diff)
downloadgsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.gz
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.bz2
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.lz
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.xz
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.zst
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.zip
Removed the geometry and hidden arguments. This code is ancient.
2000-10-30 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-commands.c (new_calendar): Removed the geometry and hidden arguments. This code is ancient. (all_calendars): Made static. This sucks; configuration should be notification-based instead of "let's iterate through all open calendars". (active_calendars): Removed. Functions can check the length of the all_calendars list if they are interested. svn path=/trunk/; revision=6274
Diffstat (limited to 'calendar/gui/control-factory.c')
-rw-r--r--calendar/gui/control-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/control-factory.c b/calendar/gui/control-factory.c
index 104eb3a4c9..80f55db054 100644
--- a/calendar/gui/control-factory.c
+++ b/calendar/gui/control-factory.c
@@ -167,7 +167,7 @@ control_factory_new_control (void)
BonoboControl *control;
GnomeCalendar *gcal;
- gcal = new_calendar (full_name, NULL, 0);
+ gcal = new_calendar (full_name);
gtk_widget_show (GTK_WIDGET (gcal));
control = bonobo_control_new (GTK_WIDGET (gcal));