From 7c46a40c7c2bfda7264a14f7d2f2d1ec85322b4a Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Thu, 21 Jun 2001 18:29:01 +0000 Subject: Oops, small fix. svn path=/trunk/; revision=10371 --- shell/evolution-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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) -- cgit v1.2.3