diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2005-12-22 19:11:15 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-12-22 19:11:15 +0800 |
commit | edfe0e087d589fd3b5a70269d19dddaa50aea1d3 (patch) | |
tree | bacb0c296a104941e5da10d2bf351e3e16fc4a28 /shell/e-shell-view.c | |
parent | 8e22e8ab1b59e22e2c08fff45ec8447dabcb28b6 (diff) | |
download | gsoc2013-evolution-edfe0e087d589fd3b5a70269d19dddaa50aea1d3.tar.gz gsoc2013-evolution-edfe0e087d589fd3b5a70269d19dddaa50aea1d3.tar.zst gsoc2013-evolution-edfe0e087d589fd3b5a70269d19dddaa50aea1d3.zip |
Evolution-Component.idl Evolution-Shell.idl Remove duplicate definitions
2005-12-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* Evolution-Component.idl
* Evolution-Shell.idl
* Evolution.idl:
Remove duplicate definitions and circular dependencies.
* e-shell.c: comment out the implementation for findComponent.
If implemented, this creates a circular dependency between the
Shell.idl and Component.idl.
** This is just a work-around **
Evolution-Component.idl Evolution-Shell.idl CVS: Evolution.idl
e-shell-view.c e-shell.c CVS:
----------------------------------------------------------------------
svn path=/trunk/; revision=30934
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index e5a749801e..5ed35482ad 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -45,8 +45,6 @@ impl_ShellView_setTitle(PortableServer_Servant _servant, const CORBA_char *id, c EShellView *esw = (EShellView *)bonobo_object_from_servant(_servant); char *tmp = g_strdup_printf("Evolution - %s", title); - printf("shell view:setTitle '%s'\n", title); - e_shell_window_set_title(esw->window, id, tmp); g_free(tmp); } |