[file-roller] delete action: wrong function arguments
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] delete action: wrong function arguments
- Date: Mon, 26 Jun 2017 08:42:25 +0000 (UTC)
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]