diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-13 02:42:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-13 02:42:30 +0800 |
commit | 3641d7d4bdb22b7e6a1f6d4edd84390c559222dd (patch) | |
tree | 373024606c53519e10d34be5c33ac107a0855340 /shell/ChangeLog | |
parent | 93a53667f67ac8339258c17c34a20d4bf3c2fe5e (diff) | |
download | gsoc2013-evolution-3641d7d4bdb22b7e6a1f6d4edd84390c559222dd.tar.gz gsoc2013-evolution-3641d7d4bdb22b7e6a1f6d4edd84390c559222dd.tar.zst gsoc2013-evolution-3641d7d4bdb22b7e6a1f6d4edd84390c559222dd.zip |
Pass path+1 rather than path to get_type_for_storage, to match the
* e-shell-view.c (get_control_for_uri): Pass path+1 rather than
path to get_type_for_storage, to match the convention used by its
other callers.
svn path=/trunk/; revision=6942
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4e83ca66ac..405273b446 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-12-12 Dan Winship <danw@helixcode.com> + + * e-shell-view.c (get_control_for_uri): Pass path+1 rather than + path to get_type_for_storage, to match the convention used by its + other callers. + 2000-12-11 Jeffrey Stedfast <fejj@helixcode.com> * e-splash.c (e_splash_construct): Connect a button-press-event |