Skip to content

Commit

Permalink
xapp-status-icon-monitor.c: Fix copy/paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Aug 19, 2022
1 parent 052081f commit 69ca4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxapp/xapp-status-icon-monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ xapp_status_icon_monitor_finalize (GObject *object)
{
DEBUG ("XAppStatusIconMonitor finalize (%p)", object);

G_OBJECT_CLASS (xapp_status_icon_monitor_parent_class)->dispose (object);
G_OBJECT_CLASS (xapp_status_icon_monitor_parent_class)->finalize (object);
}

static void
Expand Down

0 comments on commit 69ca4f1

Please sign in to comment.