[gtk/jjardon/wayland] deprecated/gtkstatusicon.c: Fix compilation in wayland
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/jjardon/wayland] deprecated/gtkstatusicon.c: Fix compilation in wayland
- Date: Sat, 23 Nov 2019 19:05:56 +0000 (UTC)
commit ae5fa73497cbe77d3dad08cf01c797bee35907ed
Author: Javier Jardón <jjardon gnome org>
Date: Sat Nov 23 23:43:32 2019 +0900
deprecated/gtkstatusicon.c: Fix compilation in wayland
Without this compilation in a wayland-only system fails
gtk/deprecated/gtkstatusicon.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gtk/deprecated/gtkstatusicon.c b/gtk/deprecated/gtkstatusicon.c
index 0c9dae62e6..a62d5c576d 100644
--- a/gtk/deprecated/gtkstatusicon.c
+++ b/gtk/deprecated/gtkstatusicon.c
@@ -2284,6 +2284,7 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon)
#ifdef GDK_WINDOWING_QUARTZ
return TRUE;
#endif
+ return TRUE;
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]