This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-clipman-plugin.

commit 526bf0d8c1e3af2e8e260cd8628b2c8b23374164
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Mon Mar 16 21:53:25 2020 +0100

    Fix typo
---
 panel-plugin/xfce4-clipman-history.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/xfce4-clipman-history.c 
b/panel-plugin/xfce4-clipman-history.c
index 3cd81ee..d377af7 100644
--- a/panel-plugin/xfce4-clipman-history.c
+++ b/panel-plugin/xfce4-clipman-history.c
@@ -288,7 +288,7 @@ clipman_history_dialog_response (GtkWidget *dialog,
                                  gint       response_id,
                                  MyPlugin  *plugin)
 {
-  if (response_id = GTK_RESPONSE_CLOSE)
+  if (response_id == GTK_RESPONSE_CLOSE)
     clipman_history_dialog_finalize (plugin);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to