diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-07 02:55:32 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-07 02:55:32 +0800 |
commit | 80ec1e99978688c41c7e8d02e1ae4c6da9fd480c (patch) | |
tree | dce750e11b9488cff5fbc97feb210ecca1c1dbd4 /calendar/gui/main.c | |
parent | 664197d4456ceb86ef4a3bd01efc93a7a8eb7aef (diff) | |
download | gsoc2013-evolution-80ec1e99978688c41c7e8d02e1ae4c6da9fd480c.tar gsoc2013-evolution-80ec1e99978688c41c7e8d02e1ae4c6da9fd480c.tar.gz gsoc2013-evolution-80ec1e99978688c41c7e8d02e1ae4c6da9fd480c.tar.bz2 gsoc2013-evolution-80ec1e99978688c41c7e8d02e1ae4c6da9fd480c.tar.lz gsoc2013-evolution-80ec1e99978688c41c7e8d02e1ae4c6da9fd480c.tar.xz gsoc2013-evolution-80ec1e99978688c41c7e8d02e1ae4c6da9fd480c.tar.zst gsoc2013-evolution-80ec1e99978688c41c7e8d02e1ae4c6da9fd480c.zip |
removed uih from the argument list, added cal. use cal as user_data in
* gui/calendar-commands.c (calendar_control_activate): removed
uih from the argument list, added cal. use cal as user_data
in callbacks rather than the control.
(calendar_control_deactivate): removed uih from argument list
svn path=/trunk/; revision=2311
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index ccafc2b286..871485750f 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -182,7 +182,7 @@ dump_todo (void) static void session_die (void) { - quit_cmd (); + quit_cmd (NULL, NULL, NULL); } /* |