diff options
author | Michael Meeks <michael@helixcode.com> | 2000-11-02 14:48:34 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-11-02 14:48:34 +0800 |
commit | e7fa8245ccf248c858c304795138b4efd73e103e (patch) | |
tree | ac73cec8e2c64798399fc99e31a37df1278e14ee /shell/e-shell.c | |
parent | 3b60a3985590ec48406d99a788d96cb3e43c1d64 (diff) | |
download | gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.gz gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.bz2 gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.lz gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.xz gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.zst gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.zip |
The big api rename ...
2000-11-02 Michael Meeks <michael@helixcode.com>
* The big api rename ...
svn path=/trunk/; revision=6346
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index dc355c85e7..6ae909a25f 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -892,7 +892,7 @@ save_settings_for_component (EShell *shell, CORBA_exception_init (&ev); - session_interface = Bonobo_Unknown_query_interface (unknown_interface, "IDL:Evolution/Session:1.0", &ev); + session_interface = Bonobo_Unknown_queryInterface (unknown_interface, "IDL:Evolution/Session:1.0", &ev); if (ev._major != CORBA_NO_EXCEPTION || CORBA_Object_is_nil (session_interface, &ev)) { CORBA_exception_free (&ev); return TRUE; |