aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-05-12 09:14:55 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-05-12 09:14:55 +0800
commit1dd540e02b505af0fa2662c090c92aa8ca8e37a6 (patch)
treefe5ebb43dedfcc963affa5950fb2e771f47c3eed /shell/ChangeLog
parentc4d980042effc629e4caa36abe551874e5ef8226 (diff)
downloadgsoc2013-evolution-1dd540e02b505af0fa2662c090c92aa8ca8e37a6.tar
gsoc2013-evolution-1dd540e02b505af0fa2662c090c92aa8ca8e37a6.tar.gz
gsoc2013-evolution-1dd540e02b505af0fa2662c090c92aa8ca8e37a6.tar.bz2
gsoc2013-evolution-1dd540e02b505af0fa2662c090c92aa8ca8e37a6.tar.lz
gsoc2013-evolution-1dd540e02b505af0fa2662c090c92aa8ca8e37a6.tar.xz
gsoc2013-evolution-1dd540e02b505af0fa2662c090c92aa8ca8e37a6.tar.zst
gsoc2013-evolution-1dd540e02b505af0fa2662c090c92aa8ca8e37a6.zip
Create a shell window if the schema or an alias was found. Previously this
2007-05-11 Matthew Barnes <mbarnes@redhat.com> * e-shell.c (impl_Shell_handleURI): Create a shell window if the schema or an alias was found. Previously this only opened a window if an alias was found but not the schema. Makes the GNOME Clock applet able to correctly start Evolution once again. (#407104) svn path=/trunk/; revision=33514
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2fe0fec9ec..388a5ef150 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-11 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-shell.c (impl_Shell_handleURI):
+ Create a shell window if the schema or an alias was found.
+ Previously this only opened a window if an alias was found
+ but not the schema. Makes the GNOME Clock applet able to
+ correctly start Evolution once again. (#407104)
+
2007-05-01 Matthew Barnes <mbarnes@redhat.com>
* main.c (show_development_warning):