=?utf-8?q?=5Btotem/gnome-3-6=5D_main=3A_Remove_documentation_lists_from_?= =?utf-8?b?4oCYQWJvdXTigJkgZGlhbG9ndWU=?=
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-6] main: Remove documentation lists from âAboutâ dialogue
- Date: Tue, 18 Sep 2012 08:04:33 +0000 (UTC)
commit 0b5db26a18218d011ad2006357a55ab53afd7116
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Sep 3 22:33:51 2012 +0100
main: Remove documentation lists from âAboutâ dialogue
totem-docs.h is no longer generated by the documentation build, since the
new Yelp help macros donât support it.
See: https://bugzilla.gnome.org/show_bug.cgi?id=681643
src/totem-menu.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 3afc93e..87d55fa 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -781,7 +781,6 @@ about_action_callback (GtkAction *action, Totem *totem)
NULL
};
const char *artists[] = { "Jakub Steiner <jimmac ximian com>", NULL };
- #include "../help/totem-docs.h"
char *license = totem_interface_get_license ();
gtk_show_about_dialog (GTK_WINDOW (totem->win),
@@ -789,7 +788,6 @@ about_action_callback (GtkAction *action, Totem *totem)
"copyright", _("Copyright \xc2\xa9 2002-2009 Bastien Nocera"),
"comments", _("Videos"),
"authors", authors,
- "documenters", documentation_credits,
"artists", artists,
"translator-credits", _("translator-credits"),
"logo-icon-name", "totem",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]