aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-25 09:29:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-25 09:29:25 +0800
commitf2b2d42471dc6a820c94f8888bd4f13a5c00a530 (patch)
tree4e4d806e1c4e6926b7386ac633073550414184a6 /modules/calendar/e-cal-shell-view-private.c
parent943dc3bab42bf9a550de3e5d8eece522cfd6ac6c (diff)
downloadgsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar
gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.gz
gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.bz2
gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.lz
gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.xz
gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.zst
gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.zip
Handle calendar URIs from the command line.
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.c')
-rw-r--r--modules/calendar/e-cal-shell-view-private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c
index d6771314df..6601228ad3 100644
--- a/modules/calendar/e-cal-shell-view-private.c
+++ b/modules/calendar/e-cal-shell-view-private.c
@@ -780,7 +780,7 @@ e_cal_shell_view_open_event (ECalShellView *cal_shell_view,
editor = event_editor_new (comp_data->client, shell, flags);
comp_editor_edit_comp (editor, comp);
- g_object_ref (comp);
+ g_object_unref (comp);
exit:
gtk_window_present (GTK_WINDOW (editor));