projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251913c
)
filechooserwidget: Don't chain up in ::event
author
Timm Bäder
<mail@baedert.org>
Sun, 27 May 2018 12:40:07 +0000
(14:40 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 27 May 2018 14:20:55 +0000
(16:20 +0200)
GtkWidgetClass.event is NULL.
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index 91fc5363b70644d6f255aa4882ecad10a4d7731a..9ec52a631aa9b606a94a303dfabb65d40e109479 100644
(file)
--- a/
gtk/gtkfilechooserwidget.c
+++ b/
gtk/gtkfilechooserwidget.c
@@
-1414,9
+1414,6
@@
gtk_file_chooser_widget_event (GtkWidget *widget,
return GDK_EVENT_STOP;
}
- if (GTK_WIDGET_CLASS (gtk_file_chooser_widget_parent_class)->event (widget, event))
- return GDK_EVENT_STOP;
-
return GDK_EVENT_PROPAGATE;
}