openbsd-ports/graphics/fxtv/patches/patch-tvmenu_c

12 lines
393 B
Plaintext
Raw Normal View History

2010-05-22 10:12:50 -04:00
$OpenBSD: patch-tvmenu_c,v 1.2 2010/05/22 14:12:50 espie Exp $
--- tvmenu.c.orig Mon Feb 12 22:19:33 2001
+++ tvmenu.c Sat May 22 16:04:14 2010
@@ -713,6 +713,7 @@ static void VidSavAsCB( Widget w, XtPointer cl, XtPoin
/* QuitCB - Exit the app (invoking atexit behavior) */
static void QuitCB( Widget w, XtPointer cl, XtPointer cb )
{
+ TVAUDIOSetMuteState( True );
exit(0);
}