Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
4def73b3
Commit
4def73b3
authored
Aug 11, 2010
by
Javier Jardón
Browse files
gtk/gtkdialog.c: use accessor functions to access GtkWidget
parent
379fc17f
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkdialog.c
View file @
4def73b3
...
...
@@ -497,8 +497,8 @@ gtk_dialog_close (GtkDialog *dialog)
GdkEvent
*
event
;
event
=
gdk_event_new
(
GDK_DELETE
);
event
->
any
.
window
=
g_object_ref
(
widget
->
window
);
event
->
any
.
window
=
g_object_ref
(
gtk_
widget
_get_
window
(
widget
)
);
event
->
any
.
send_event
=
TRUE
;
gtk_main_do_event
(
event
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment