diff options
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 4ebd7001d8..a3b0a384ed 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -113,7 +113,7 @@ static void owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data) { - bonobo_main_quit (); + /* noop */ } static BonoboObject * |