247876f
commit 406c8793bef87fb49333d7196ea23d42be87c21e
247876f
Author: Jiri Moskovcak <jmoskovc@redhat.com>
247876f
Date:   Mon Jul 26 15:33:02 2010 +0200
247876f
247876f
    APPLET: minor build fix
247876f
247876f
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp
247876f
index 8596f4c..02d911d 100644
247876f
--- a/src/Applet/CCApplet.cpp
247876f
+++ b/src/Applet/CCApplet.cpp
247876f
@@ -361,7 +361,7 @@ void CApplet::Disable(const char *reason)
247876f
     if (pixbuf)
247876f
     {
247876f
         gray_scaled = gdk_pixbuf_copy(pixbuf);
247876f
-        gdk_pixbuf_saturate_and_pixelate(pixbuf, gray_scaled, 0.0, NULL);
247876f
+        gdk_pixbuf_saturate_and_pixelate(pixbuf, gray_scaled, 0.0, false);
247876f
         gtk_status_icon_set_from_pixbuf(m_pStatusIcon, gray_scaled);
247876f
 //do we need to free pixbufs nere?
247876f
     }
247876f
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
247876f
index 6abef3b..77c9fc9 100644
247876f
--- a/src/Applet/Makefile.am
247876f
+++ b/src/Applet/Makefile.am
247876f
@@ -26,10 +26,10 @@ abrt_applet_LDADD = \
247876f
     -lglib-2.0 \
247876f
     -lgthread-2.0 \
247876f
     $(DBUS_LIBS) \
247876f
-    $(LIBNOTIFY_LIBS)
247876f
+    $(LIBNOTIFY_LIBS) \
247876f
+    $(GTK_LIBS)
247876f
 #    ../../lib/Utils/libABRTdUtils.la
247876f
 #    $(DL_LIBS)
247876f
-#    $(GTK_LIBS)
247876f
 
247876f
 EXTRA_DIST = abrt-applet.desktop
247876f