Get rid of our strcmp2() in favour of glib's g_strcmp0()
[claws.git] / src / stock_pixmap.c
index 2d7ce875c78fd89bc62fb786d4833b5f912ea7eb..181d4cace299ce2e2c333730ef3f305bfc66b617 100644 (file)
@@ -693,7 +693,7 @@ gint stock_pixbuf_gdk(StockPixmap icon, GdkPixbuf **pixbuf)
 
        pix_d = &pixmaps[icon];
 
-       theme_changed = (strcmp2(pix_d->icon_path, prefs_common.pixmap_theme_path) != 0);
+       theme_changed = (g_strcmp0(pix_d->icon_path, prefs_common.pixmap_theme_path) != 0);
        if (!pix_d->pixbuf || theme_changed) {
                GdkPixbuf *pix = NULL;