[libadwaita] action-row: Fix the parent class type
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita] action-row: Fix the parent class type
- Date: Thu, 20 May 2021 07:26:44 +0000 (UTC)
commit 0509755b80d87c48f7813ba42b4d8b9bf1db951c
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu May 20 09:18:52 2021 +0200
action-row: Fix the parent class type
src/adw-action-row.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/adw-action-row.h b/src/adw-action-row.h
index 45b7b0f6..5239b831 100644
--- a/src/adw-action-row.h
+++ b/src/adw-action-row.h
@@ -28,7 +28,7 @@ G_DECLARE_DERIVABLE_TYPE (AdwActionRow, adw_action_row, ADW, ACTION_ROW, AdwPref
*/
struct _AdwActionRowClass
{
- GtkListBoxRowClass parent_class;
+ AdwPreferencesRowClass parent_class;
void (*activate) (AdwActionRow *self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]