forked from AuroraMiddleware/gtk
filechooserwidget: Don't chain up in ::event
GtkWidgetClass.event is NULL.
This commit is contained in:
parent
251913c80e
commit
7f9cd9f9d9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user