13 lines
398 B
Text
13 lines
398 B
Text
$NetBSD: patch-aa,v 1.4 2008/03/25 16:13:52 macallan Exp $
|
|
|
|
--- panel/panel-properties.c.orig 2008-03-25 11:45:01.000000000 -0400
|
|
+++ panel/panel-properties.c
|
|
@@ -623,7 +623,7 @@ _set_transparent (Panel *panel,
|
|
gboolean transparent)
|
|
{
|
|
PanelPrivate *priv;
|
|
- guint opacity;
|
|
+ gulong opacity;
|
|
|
|
if (!GTK_WIDGET (panel)->window)
|
|
return;
|