From d5b116f704848c7224d1cd339be478ecaccdec96 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 29 Dec 2020 13:20:17 +0100 Subject: Don't leave any round bracket at line end --- accessx-status/src/applet.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'accessx-status') diff --git a/accessx-status/src/applet.c b/accessx-status/src/applet.c index 6b47bebd..d040a27e 100644 --- a/accessx-status/src/applet.c +++ b/accessx-status/src/applet.c @@ -179,8 +179,9 @@ dialog_cb (GtkAction* action, &error); if (!error) { - launch_context = gdk_display_get_app_launch_context ( - gtk_widget_get_display (GTK_WIDGET (sapplet->applet))); + launch_context = + gdk_display_get_app_launch_context (gtk_widget_get_display (GTK_WIDGET (sapplet->applet))); + gdk_app_launch_context_set_screen (launch_context, screen); g_app_info_launch (appinfo, NULL, -- cgit v1.2.1