treewide: Replace libhandy with libadwaita

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2024-04-06 08:15:24 -07:00
parent 4ed1bba0b8
commit ee3abc009a
28 changed files with 117 additions and 118 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#include <adwaita.h>
#include <folks/folks.h>
#include <handy.h>
#include "calls-contacts-row.h"
#include "calls-contacts-provider.h"
@@ -103,7 +103,7 @@ avatar_changed_cb (CallsContactsRow *self)
if (icon == NULL)
return;
hdy_avatar_set_loadable_icon (HDY_AVATAR (self->avatar), icon);
adw_avatar_set_loadable_icon (ADW_AVATAR (self->avatar), icon);
}
static void