Re: [PATCH] client: add some missing USE_GUI define guards

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
> http://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: pgpSK3Hz_T1DN.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]