[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 11/37: Fix typo

noreply at xfce.org noreply at xfce.org
Mon Mar 23 23:30:06 CET 2020


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

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-clipman-plugin.

commit 526bf0d8c1e3af2e8e260cd8628b2c8b23374164
Author: Simon Steinbeiss <simon.steinbeiss at 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.


More information about the Xfce4-commits mailing list