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
47666976
Commit
47666976
authored
Oct 14, 2004
by
Matthias Clasen
Browse files
(gtk_file_chooser_default_finalize): Don't forget to
unref the tooltips. (#155412, Morten Welinder)
parent
817f3b94
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
47666976
...
...
@@ -2,6 +2,8 @@
*
gtk
/
gtkfilechooserdefault
.
c
(
shortcuts_remove_rows
):
Don
't
get text unnecessarily. (#155384, Morten Welinder)
(gtk_file_chooser_default_finalize): Don'
t
forget
to
unref
the
tooltips
.
(#
155412
,
Morten
Welinder
)
2004
-
10
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
...
...
ChangeLog.pre-2-10
View file @
47666976
...
...
@@ -2,6 +2,8 @@
*
gtk
/
gtkfilechooserdefault
.
c
(
shortcuts_remove_rows
):
Don
't
get text unnecessarily. (#155384, Morten Welinder)
(gtk_file_chooser_default_finalize): Don'
t
forget
to
unref
the
tooltips
.
(#
155412
,
Morten
Welinder
)
2004
-
10
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
...
...
ChangeLog.pre-2-6
View file @
47666976
...
...
@@ -2,6 +2,8 @@
*
gtk
/
gtkfilechooserdefault
.
c
(
shortcuts_remove_rows
):
Don
't
get text unnecessarily. (#155384, Morten Welinder)
(gtk_file_chooser_default_finalize): Don'
t
forget
to
unref
the
tooltips
.
(#
155412
,
Morten
Welinder
)
2004
-
10
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
...
...
ChangeLog.pre-2-8
View file @
47666976
...
...
@@ -2,6 +2,8 @@
*
gtk
/
gtkfilechooserdefault
.
c
(
shortcuts_remove_rows
):
Don
't
get text unnecessarily. (#155384, Morten Welinder)
(gtk_file_chooser_default_finalize): Don'
t
forget
to
unref
the
tooltips
.
(#
155412
,
Morten
Welinder
)
2004
-
10
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
...
...
gtk/gtkfilechooserdefault.c
View file @
47666976
...
...
@@ -738,6 +738,8 @@ gtk_file_chooser_default_finalize (GObject *object)
g_free
(
impl
->
edited_new_text
);
g_object_unref
(
impl
->
tooltips
);
G_OBJECT_CLASS
(
parent_class
)
->
finalize
(
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