=?utf-8?q?=5Btotem=5D_main=3A_Remove_documentation_lists_from_=E2=80=98Ab?= =?utf-8?b?b3V04oCZIGRpYWxvZ3Vl?=



commit 70ff108797014ba66030aa05b4e3310e27f92c13
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]