diff options
author | rbuj <[email protected]> | 2020-12-29 13:20:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-07 18:35:10 +0100 |
commit | d5b116f704848c7224d1cd339be478ecaccdec96 (patch) | |
tree | 576099d2e69b329aaf81e15b79efd7e78591ddf1 /accessx-status/src/applet.c | |
parent | ad76d1dfe9b31be3d9c3bad10712594eb3926ecb (diff) | |
download | mate-applets-d5b116f704848c7224d1cd339be478ecaccdec96.tar.bz2 mate-applets-d5b116f704848c7224d1cd339be478ecaccdec96.tar.xz |
Don't leave any round bracket at line end
Diffstat (limited to 'accessx-status/src/applet.c')
-rw-r--r-- | accessx-status/src/applet.c | 5 |
1 files changed, 3 insertions, 2 deletions
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, |