]> Pileus Git - ~andy/gtk/commit
GtkButton: avoid use of gtk_get_event_widget()
authorRyan Lortie <desrt@desrt.ca>
Wed, 20 Oct 2010 22:37:29 +0000 (00:37 +0200)
committerRyan Lortie <desrt@desrt.ca>
Wed, 20 Oct 2010 22:37:29 +0000 (00:37 +0200)
commitc7e1f567b6124b1f99b17ca0de1985a7f39f4eae
tree0264033c60c15c393b6bf7a16db393f06581cbc4
parent56d2590b493ec3d010246d805628f76c216803a1
GtkButton: avoid use of gtk_get_event_widget()

We can compare the window to the window instead of the widget to the
widget.
gtk/gtkbutton.c