diff options
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 99245384ec..9d078edbd9 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -168,7 +168,7 @@ factory (BonoboGenericFactory *factory, BonoboObject *object = BONOBO_OBJECT (tasks_component_peek ()); bonobo_object_ref (object); return object; - } else if (strcmp (component_id, MEMOS_COMPONENT_ID) == 0){ + } else if (strcmp (component_id, MEMOS_COMPONENT_ID) == 0) { BonoboObject *object = BONOBO_OBJECT (memos_component_peek ()); bonobo_object_ref (object); return object; |