Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Oblomov
gtk
Commits
20efb51b
Commit
20efb51b
authored
Jul 13, 2004
by
Matthias Clasen
Browse files
Ugh, another compile error.
parent
f057e5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkcombobox.c
View file @
20efb51b
...
...
@@ -1409,7 +1409,7 @@ gtk_combo_box_popdown (GtkComboBox *combo_box)
{
g_return_if_fail
(
GTK_IS_COMBO_BOX
(
combo_box
));
if
(
!
GTK_WIDGET_REALIZED
(
widget
))
if
(
!
GTK_WIDGET_REALIZED
(
GTK_WIDGET
(
combo_box
)
))
return
;
if
(
GTK_IS_MENU
(
combo_box
->
priv
->
popup_widget
))
...
...
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