Date: Sat, 10 Jan 2004 01:33:27 +0100 From: Thorsten Greiner <thorsten@tgreiner.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61153: Update port: sysutils/xfce4-showdesktop-plugin Message-ID: <20040110003327.GA23347@tybalt> Resent-Message-ID: <200401100040.i0A0eHwn079193@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61153 >Category: ports >Synopsis: Update port: sysutils/xfce4-showdesktop-plugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 09 16:40:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Thorsten Greiner >Release: FreeBSD 5.2-CURRENT i386 >Organization: n/a >Environment: System: FreeBSD tybalt 5.2-CURRENT FreeBSD 5.2-CURRENT #49: Fri Jan 9 08:55= :24 CET 2004 toor@tybalt:/usr/src/sys/i386/compile/TYBALT i386 >Description: Fixes a compile problem on -STABLE. Reported by: Andreas Schaefer >How-To-Repeat: Apply patch. >Fix: Index: files/patch-panel-plugin::showdesktop.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-panel-plugin::showdesktop.c (revision 0) +++ files/patch-panel-plugin::showdesktop.c (revision 0) @@ -0,0 +1,15 @@ +--- panel-plugin/showdesktop.c.orig Sat Jan 10 01:10:31 2004 ++++ panel-plugin/showdesktop.c Sat Jan 10 01:11:49 2004 +@@ -225,10 +225,11 @@ + static void + plugin_free (Control *ctrl) + { ++ gui *plugin; + g_return_if_fail (ctrl !=3D NULL); + g_return_if_fail (ctrl->data !=3D NULL); +=20 +- gui *plugin =3D ctrl->data; ++ plugin =3D ctrl->data; + g_free(plugin); + } +=20 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040110003327.GA23347>