aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-24 03:07:20 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-24 03:07:20 +0800
commitc9e803d8e6d16134cb7feccd5686cff00e171b2b (patch)
tree9a0470b6d0ac3239b474adefb999da2480b3226a /calendar/gui/dialogs
parentfa360fde289f9b850191f89059d1a5e6d67c07c7 (diff)
downloadgsoc2013-evolution-c9e803d8e6d16134cb7feccd5686cff00e171b2b.tar
gsoc2013-evolution-c9e803d8e6d16134cb7feccd5686cff00e171b2b.tar.gz
gsoc2013-evolution-c9e803d8e6d16134cb7feccd5686cff00e171b2b.tar.bz2
gsoc2013-evolution-c9e803d8e6d16134cb7feccd5686cff00e171b2b.tar.lz
gsoc2013-evolution-c9e803d8e6d16134cb7feccd5686cff00e171b2b.tar.xz
gsoc2013-evolution-c9e803d8e6d16134cb7feccd5686cff00e171b2b.tar.zst
gsoc2013-evolution-c9e803d8e6d16134cb7feccd5686cff00e171b2b.zip
Some minor fixes before I dive into calendar again.
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r--calendar/gui/dialogs/event-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c
index 6f0f338bf4..e7d602c335 100644
--- a/calendar/gui/dialogs/event-editor.c
+++ b/calendar/gui/dialogs/event-editor.c
@@ -670,7 +670,7 @@ event_editor_new (ECal *client,
CompEditorFlags flags)
{
g_return_val_if_fail (E_IS_CAL (client), NULL);
- g_return_val_if_fail (E_IS_SHELL (client), NULL);
+ g_return_val_if_fail (E_IS_SHELL (shell), NULL);
return g_object_new (
TYPE_EVENT_EDITOR,