ACK

On Thu, Aug 29, 2013 at 04:05:44PM +0300, Alon Levy wrote:
> ---
>  client/gui/gui.cpp | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/client/gui/gui.cpp b/client/gui/gui.cpp
> index 6dd4cea..4bf7ac8 100644
> --- a/client/gui/gui.cpp
> +++ b/client/gui/gui.cpp
> @@ -440,9 +440,11 @@ void GUI::Dialog::handle_message_click(int id)
>          application().push_event(*event);
>      }
>  
> +#ifdef USE_GUI
>      if (_close_on_message_click) {
>          application().hide_gui();
>      }
> +#endif
>  }
>  
>  void GUI::Dialog::pre_destroy()
> @@ -861,7 +863,9 @@ public:
>  bool SettingsDialog::handle_close(const CEGUI::EventArgs& e)
>  {
>      DBG(0, "");
> +#ifdef USE_GUI
>      application().hide_gui();
> +#endif
>      return true;
>  }
>  
> -- 
> 1.8.3.1
> 
> _______________________________________________
> Spice-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: pgpdv4_TFnJX5.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to