Correct help-context patch test path (Red Had bug #901341)

This commit is contained in:
Milan Crha 2013-01-18 09:50:09 +01:00
commit a3a7f4d655
2 changed files with 5 additions and 2 deletions

View file

@ -9,8 +9,8 @@ diff -up evolution-2.30.1.2/shell/e-shell-window-actions.c.help-contents evoluti
+ /* Viewing user documentation requires the evolution-help
+ * Fedora package. Look for one of the files it installs. */
+ path = g_build_filename (
+ EVOLUTION_DATADIR, "gnome", "help",
+ PACKAGE, "C", "index.page", NULL);
+ EVOLUTION_DATADIR, "help", "C",
+ PACKAGE, "index.page", NULL);
+ if (!g_file_test (path, G_FILE_TEST_IS_REGULAR))
+ gtk_action_set_visible (ACTION (CONTENTS), FALSE);
+ g_free (path);

View file

@ -533,6 +533,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Jan 18 2013 Milan Crha <mcrha@redhat.com> - 3.6.2-3
- Correct help-context patch test path (Red Had bug #901341)
* Wed Nov 21 2012 Milan Crha <mcrha@redhat.com> - 3.6.2-3
- Add patch for Red Hat bug #877562 (restore doesn't work properly)