2006-07-09 Dan Williams <dcbw@redhat.com>

* gnome/applet/applet.c
		- (nma_about_cb): remove empty documenters tab (Gnome #341324)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1864 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-07-09 23:06:55 +00:00
parent 09c39bede0
commit e2bd1d1a03
2 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2006-07-09 Dan Williams <dcbw@redhat.com>
* gnome/applet/applet.c
- (nma_about_cb): remove empty documenters tab (Gnome #341324)
2006-07-04 Tor Krill <tor@krill.nu>
Patch from Valentine Sinitsyn <e_val@inbox.ru>

View file

@ -319,11 +319,6 @@ static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet)
NULL
};
static const gchar *documenters[] =
{
NULL
};
#if !GTK_CHECK_VERSION(2,6,0)
GdkPixbuf *pixbuf;
char *file;
@ -340,7 +335,7 @@ static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet)
"Copyright \xc2\xa9 2005-2006 Novell, Inc."),
_("Notification area applet for managing your network devices and connections."),
authors,
documenters,
NULL,
_("translator-credits"),
pixbuf);
g_object_unref (pixbuf);
@ -368,7 +363,6 @@ static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet)
"website", "http://www.gnome.org/projects/NetworkManager/",
"authors", authors,
"artists", artists,
"documenters", documenters,
"translator-credits", _("translator-credits"),
"logo-icon-name", GTK_STOCK_NETWORK,
NULL);