diff options
author | Matt Bissiri <bissiri@eecs.umich.edu> | 2000-11-11 14:27:43 +0800 |
---|---|---|
committer | Matt Bissiri <bissiri@src.gnome.org> | 2000-11-11 14:27:43 +0800 |
commit | 4441d197dcd3ebd6f901778e0d9098e4e4d96f6e (patch) | |
tree | 8c4bee842c95fb38f8e134e2501f5b04f60106a7 /shell/evolution-storage.c | |
parent | e0e04e97756092752ce96dfdbaae7ac3afbaf274 (diff) | |
download | gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar.gz gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar.zst gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.zip |
Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up
2000-11-11 Matt Bissiri <bissiri@eecs.umich.edu>
Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*"
to sync up with yesterday's IDL re-scoping.
svn path=/trunk/; revision=6541
Diffstat (limited to 'shell/evolution-storage.c')
-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 6f67a71471..49b7b36805 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -460,7 +460,7 @@ evolution_storage_register_on_shell (EvolutionStorage *evolution_storage, CORBA_exception_init (&ev); corba_storage_registry = Bonobo_Unknown_queryInterface (corba_shell, - "IDL:Evolution/StorageRegistry:1.0", + "IDL:GNOME/Evolution/StorageRegistry:1.0", &ev); if (corba_storage_registry == CORBA_OBJECT_NIL || ev._major != CORBA_NO_EXCEPTION) { CORBA_exception_free (&ev); |