diff options
author | Rodney Dawes <dobey@novell.com> | 2004-09-14 00:24:32 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-09-14 00:24:32 +0800 |
commit | cd95c3bf044a6c0565f2801ce8990ef0014174f5 (patch) | |
tree | e5b91e6f70a41831904e17855c22a20f6afa3a2c | |
parent | d926df1ed5e62e35f362a91fe85bdfe2d476aab8 (diff) | |
download | gsoc2013-evolution-cd95c3bf044a6c0565f2801ce8990ef0014174f5.tar gsoc2013-evolution-cd95c3bf044a6c0565f2801ce8990ef0014174f5.tar.gz gsoc2013-evolution-cd95c3bf044a6c0565f2801ce8990ef0014174f5.tar.bz2 gsoc2013-evolution-cd95c3bf044a6c0565f2801ce8990ef0014174f5.tar.lz gsoc2013-evolution-cd95c3bf044a6c0565f2801ce8990ef0014174f5.tar.xz gsoc2013-evolution-cd95c3bf044a6c0565f2801ce8990ef0014174f5.tar.zst gsoc2013-evolution-cd95c3bf044a6c0565f2801ce8990ef0014174f5.zip |
Point at "config-prefs" instead of "config" for the help section
2004-09-13 Rodney Dawes <dobey@novell.com>
* e-multi-config-dialog.c (impl_response):
Point at "config-prefs" instead of "config" for the help section
svn path=/trunk/; revision=27254
-rw-r--r-- | widgets/misc/ChangeLog | 5 | ||||
-rw-r--r-- | widgets/misc/e-multi-config-dialog.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 1c0f8296bd..ac88cc8b95 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-13 Rodney Dawes <dobey@novell.com> + + * e-multi-config-dialog.c (impl_response): + Point at "config-prefs" instead of "config" for the help section + 2004-08-03 JP Rosevear <jpr@novell.com> * Makefile.am: Really dist the pilot sources this time diff --git a/widgets/misc/e-multi-config-dialog.c b/widgets/misc/e-multi-config-dialog.c index 85eb82b0f4..aa38ad1e34 100644 --- a/widgets/misc/e-multi-config-dialog.c +++ b/widgets/misc/e-multi-config-dialog.c @@ -200,7 +200,7 @@ impl_response (GtkDialog *dialog, int response_id) gnome_help_display_desktop (NULL, "evolution-" BASE_VERSION, "evolution-" BASE_VERSION ".xml", - "config", + "config-prefs", &error); if (error != NULL) g_warning ("%s", error->message); |