From b906db3e11c06997261297cdb1992fd1b05738ff Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 May 2007 20:55:36 +0000 Subject: remove the dialog option for Desktop action for now. can't change desktop during a grab. the dialog for desktop changing will need to change, and then we can add it back --- openbox/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index 7c48f37b..38452e44 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -115,7 +115,7 @@ struct SendToDesktopDirection { }; struct Desktop { - struct InteractiveAction inter; + struct AnyAction inter; guint desk; }; -- cgit v1.2.3