[file-roller] delete action: wrong function arguments



commit 6a891e109f962e24bf3757f189ff1f4d489f698b
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Jun 26 10:28:52 2017 +0200

    delete action: wrong function arguments

 src/fr-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 7ac33c3..2b737e3 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -4890,7 +4890,7 @@ key_press_cb (GtkWidget   *widget,
 
        case GDK_KEY_Delete:
                if (! gtk_widget_has_focus (window->priv->filter_entry)) {
-                       fr_window_activate_delete (window, NULL, NULL);
+                       fr_window_activate_delete (NULL, NULL, window);
                        retval = TRUE;
                }
                break;


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