From be92bb4015a69ee66ac01449b0697a77d18b0139 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Mon, 19 Jun 2023 02:30:11 -0400 Subject: drivemount-applet: port to in-process for wayland --- drivemount/src/drivemount.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivemount/src/drivemount.c') diff --git a/drivemount/src/drivemount.c b/drivemount/src/drivemount.c index a425237b..6b10f9fa 100644 --- a/drivemount/src/drivemount.c +++ b/drivemount/src/drivemount.c @@ -179,8 +179,6 @@ applet_factory (MatePanelApplet *applet, GtkActionGroup *action_group; if (!strcmp (iid, drivemount_iid)) { - g_set_application_name (_("Disk Mounter")); - gtk_window_set_default_icon_name ("media-floppy"); mate_panel_applet_set_flags (applet, MATE_PANEL_APPLET_EXPAND_MINOR); @@ -223,7 +221,7 @@ applet_factory (MatePanelApplet *applet, return ret; } -MATE_PANEL_APPLET_OUT_PROCESS_FACTORY (factory_iid, +MATE_PANEL_APPLET_IN_PROCESS_FACTORY (factory_iid, PANEL_TYPE_APPLET, "Drive-Mount-Applet", applet_factory, NULL) -- cgit v1.2.1