diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-07-24 06:17:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-07-24 06:17:32 +0800 |
commit | fa88a2c61f749333f3891b4d931116989d1c8fbc (patch) | |
tree | 1389f48004053a3dc917b6e47030b94649745e36 /shell/Evolution-ShellComponent.idl | |
parent | a238c463ddea2a3ddb3a530c75a3a7e1083c9c2d (diff) | |
download | gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.gz gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.bz2 gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.lz gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.xz gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.zst gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.zip |
Ooops, revert changes: wrong branch.
svn path=/trunk/; revision=21926
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index 88a594853d..90cd6fa57d 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -97,7 +97,7 @@ module Evolution { /* Send debugging output to the file specified. */ void debug (in string log_path); - /* Create a view for the specified @physical URI. FIXME */ + /* Create a view for the specified @physical URI. */ Bonobo::Control createView (in string physical_uri, in string type, in string view_info) |