aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-08-16 04:28:21 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-16 04:28:21 +0800
commit23587cb770e5c00d212097ffee974247875955ea (patch)
treeb05783d76758cb9dfc7af935d68c991e0fb3f79e /shell/ChangeLog
parent3b25ec8b5e8464405b1f53aea50c5fd821be61d1 (diff)
downloadgsoc2013-evolution-23587cb770e5c00d212097ffee974247875955ea.tar
gsoc2013-evolution-23587cb770e5c00d212097ffee974247875955ea.tar.gz
gsoc2013-evolution-23587cb770e5c00d212097ffee974247875955ea.tar.bz2
gsoc2013-evolution-23587cb770e5c00d212097ffee974247875955ea.tar.lz
gsoc2013-evolution-23587cb770e5c00d212097ffee974247875955ea.tar.xz
gsoc2013-evolution-23587cb770e5c00d212097ffee974247875955ea.tar.zst
gsoc2013-evolution-23587cb770e5c00d212097ffee974247875955ea.zip
Don't hardcode/build a help URI here, use gnome_help_display() instead,
2001-08-15 Jason Leach <jleach@ximian.com> * e-shell-view-menu.c (command_help): Don't hardcode/build a help URI here, use gnome_help_display() instead, which will figure out what language the user needs, etc. (help_verbs): Adapt these menu items to above changes, they don't need to pass "evolution/foo.html" to command_help, just "foo.html". svn path=/trunk/; revision=12072
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 511e19dd5f..7084fc0a9a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,12 @@
2001-08-15 Jason Leach <jleach@ximian.com>
+ * e-shell-view-menu.c (command_help): Don't hardcode/build a help
+ URI here, use gnome_help_display() instead, which will figure out
+ what language the user needs, etc.
+ (help_verbs): Adapt these menu items to above changes, they don't
+ need to pass "evolution/foo.html" to command_help, just
+ "foo.html".
+
* e-folder.c (e_folder_set_child_highlight): Emit a "changed"
signal at the end of this function. Bug #7232.