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
GNOME
gtk
Commits
f56daaf1
Commit
f56daaf1
authored
Jul 30, 2004
by
Matthias Clasen
Browse files
*** empty log message ***
parent
1f93c435
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f56daaf1
2004
-
07
-
30
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkcombobox
.
c
:
Don
't forget to destroy the row separator
function user data when the combo box is destroyed.
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
...
...
ChangeLog.pre-2-10
View file @
f56daaf1
2004
-
07
-
30
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkcombobox
.
c
:
Don
't forget to destroy the row separator
function user data when the combo box is destroyed.
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
...
...
ChangeLog.pre-2-6
View file @
f56daaf1
2004
-
07
-
30
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkcombobox
.
c
:
Don
't forget to destroy the row separator
function user data when the combo box is destroyed.
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
...
...
ChangeLog.pre-2-8
View file @
f56daaf1
2004
-
07
-
30
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkcombobox
.
c
:
Don
't forget to destroy the row separator
function user data when the combo box is destroyed.
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
...
...
gtk/gtkcombobox.c
View file @
f56daaf1
...
...
@@ -4120,6 +4120,13 @@ gtk_combo_box_destroy (GtkObject *object)
gtk_combo_box_popdown
(
combo_box
);
if
(
combo_box
->
priv
->
row_separator_destroy
)
(
*
combo_box
->
priv
->
row_separator_destroy
)
(
combo_box
->
priv
->
row_separator_data
);
combo_box
->
priv
->
row_separator_func
=
NULL
;
combo_box
->
priv
->
row_separator_data
=
NULL
;
combo_box
->
priv
->
row_separator_destroy
=
NULL
;
combo_box
->
priv
->
destroying
=
1
;
GTK_OBJECT_CLASS
(
parent_class
)
->
destroy
(
object
);
...
...
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