Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247805 | Differences between
and this patch

Collapse All | Expand All

(-)src/gui_manualdialog.c.orig (-1 / +1 lines)
Lines 59-65 Link Here
59
	helpfile = g_strdup_printf ("%s%s%s", PACKAGE_DATA_DIR, G_DIR_SEPARATOR_S, _("MANUAL"));
59
	helpfile = g_strdup_printf ("%s%s%s", PACKAGE_DATA_DIR, G_DIR_SEPARATOR_S, _("MANUAL"));
60
60
61
	g_signal_connect(G_OBJECT(manualdialog), "response",
61
	g_signal_connect(G_OBJECT(manualdialog), "response",
62
		GTK_SIGNAL_FUNC(gtk_widget_destroy), NULL);
62
		G_CALLBACK (gtk_widget_destroy), NULL);
63
63
64
64
65
	in = fopen (helpfile, "r");
65
	in = fopen (helpfile, "r");

Return to bug 247805