aboutsummaryrefslogtreecommitdiffstats
path: root/testing/evolution-on/widget.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/evolution-on/widget.patch')
-rw-r--r--testing/evolution-on/widget.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/evolution-on/widget.patch b/testing/evolution-on/widget.patch
new file mode 100644
index 00000000000..d999eb3c8b9
--- /dev/null
+++ b/testing/evolution-on/widget.patch
@@ -0,0 +1,23 @@
+From https://github.com/zsugabubus/evolution-on/commit/5f771627e2753febfdabd4f86230a8bfa29f0bb1
+
+From 5f771627e2753febfdabd4f86230a8bfa29f0bb1 Mon Sep 17 00:00:00 2001
+From: zsugabubus <zsugabubus@users.noreply.github.com>
+Date: Mon, 3 Sep 2018 14:50:02 +0200
+Subject: [PATCH] fix: remove that unnecessary `gtk_widget_show` call
+
+---
+ src/tray.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/tray.c b/src/tray.c
+index 366e3e4..cea6c74 100644
+--- a/src/tray.c
++++ b/src/tray.c
+@@ -95,7 +95,6 @@ toggle_window()
+ if (gtk_widget_get_visible(GTK_WIDGET(on_icon.evo_window))) {
+ gtk_widget_hide(GTK_WIDGET(on_icon.evo_window));
+ } else {
+- gtk_widget_show(GTK_WIDGET(on_icon.evo_window));
+ gtkut_window_popup(GTK_WIDGET(on_icon.evo_window));
+ }
+