From 50207d611f25070fe307c0b670886b293379e088 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sun, 11 Jun 2023 21:48:30 -0400 Subject: port to in-process for wayland support --- sensors-applet/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensors-applet/main.c') diff --git a/sensors-applet/main.c b/sensors-applet/main.c index 3aedab2..ce1ea6e 100644 --- a/sensors-applet/main.c +++ b/sensors-applet/main.c @@ -42,7 +42,7 @@ static gboolean sensors_applet_fill(MatePanelApplet *applet, return retval; } -MATE_PANEL_APPLET_OUT_PROCESS_FACTORY ("SensorsAppletFactory", +MATE_PANEL_APPLET_IN_PROCESS_FACTORY ("SensorsAppletFactory", PANEL_TYPE_APPLET, "SensorsApplet", sensors_applet_fill, -- cgit v1.2.1