Get rid of our strcmp2() in favour of glib's g_strcmp0()
[claws.git] / src / plugins / notification / notification_trayicon.c
index ee7689d42e14d1c7d3eccfb3d3bbf39e8d63e61b..f67d81d4713c109b11921bfd3799ebe60b72d50e 100644 (file)
@@ -173,7 +173,7 @@ void notification_trayicon_msg(MsgInfo *msginfo)
       FolderItem *list_item = (FolderItem*) list->data;
 
       list_identifier = folder_item_get_identifier(list_item);
-      if(!strcmp2(list_identifier, identifier))
+      if(!g_strcmp0(list_identifier, identifier))
        found = TRUE;
 
       g_free(list_identifier);