diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/evolution-storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index ee6d446cb9..ea8f1fd463 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -699,7 +699,7 @@ evolution_storage_deregister_on_shell (EvolutionStorage *evolution_storage, priv->name, &ev); - if (ev._major = CORBA_NO_EXCEPTION) + if (ev._major == CORBA_NO_EXCEPTION) result = EVOLUTION_STORAGE_OK; else { if (ev._major != CORBA_USER_EXCEPTION) |