From dcd9fa6b278f281986925b0d2eb4880a304d0e5e Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 26 Jul 2010 16:00:40 +0200 Subject: build fixes for gcc 4.5 --- src/Applet/CCApplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Applet/CCApplet.cpp') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index 8596f4ca..02d911d9 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -361,7 +361,7 @@ void CApplet::Disable(const char *reason) if (pixbuf) { gray_scaled = gdk_pixbuf_copy(pixbuf); - gdk_pixbuf_saturate_and_pixelate(pixbuf, gray_scaled, 0.0, NULL); + gdk_pixbuf_saturate_and_pixelate(pixbuf, gray_scaled, 0.0, false); gtk_status_icon_set_from_pixbuf(m_pStatusIcon, gray_scaled); //do we need to free pixbufs nere? } -- cgit