diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-28 13:16:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-28 13:16:30 +0800 |
commit | 8e1bd54222c9beff37131485bdd1a9beb51dbd40 (patch) | |
tree | 99ddb2b925fb7ab5eec8f5792ab33f606e73d597 | |
parent | fddb695e3420fa2b21d27988dc42a165e5228cff (diff) | |
download | gsoc2013-evolution-8e1bd54222c9beff37131485bdd1a9beb51dbd40.tar gsoc2013-evolution-8e1bd54222c9beff37131485bdd1a9beb51dbd40.tar.gz gsoc2013-evolution-8e1bd54222c9beff37131485bdd1a9beb51dbd40.tar.bz2 gsoc2013-evolution-8e1bd54222c9beff37131485bdd1a9beb51dbd40.tar.lz gsoc2013-evolution-8e1bd54222c9beff37131485bdd1a9beb51dbd40.tar.xz gsoc2013-evolution-8e1bd54222c9beff37131485bdd1a9beb51dbd40.tar.zst gsoc2013-evolution-8e1bd54222c9beff37131485bdd1a9beb51dbd40.zip |
Just fix some empty space and add the name of the file at the top of
it.
svn path=/trunk/; revision=3771
-rw-r--r-- | shell/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index c398ce9835..974c0d210b 100644 --- a/shell/main.c +++ b/shell/main.c @@ -1,5 +1,5 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ -/* .c +/* main.c * * Copyright (C) 2000 Helix Code, Inc. * @@ -199,7 +199,6 @@ main (int argc, char **argv) gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png"); - if (! bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL)) { e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("Cannot initialize the Bonobo component system.")); |