From 49e91bc9093010e269816da1df763a0374dbc515 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 24 Oct 2014 16:31:11 +0200 Subject: Update meta_show_dialog for gtk's removal of --screen gtk3 no longer has the --screen command-line argument, which metacity was passing to zenity. Use --display (with an explicitly-specified screen number) instead. Author: Dan Winship Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687938 Based on metacity commit: 8d19afdcccaec28a5512b0a707d8238b9dd4e2f3 --- src/core/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/session.c') diff --git a/src/core/session.c b/src/core/session.c index 80bf9a0d..495ac950 100644 --- a/src/core/session.c +++ b/src/core/session.c @@ -1809,7 +1809,7 @@ warn_about_lame_clients_and_finish_interact (gboolean shutdown) "and will have to be restarted manually next time " "you log in."), "240", - meta_screen_get_screen_number (meta_get_display()->active_screen), + meta_get_display()->active_screen->screen_name, NULL, NULL, None, columns, -- cgit v1.2.1