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
Plugins
pidgin-otr
Commits
08b1e737
Commit
08b1e737
authored
Jan 03, 2016
by
Ian Goldberg
Browse files
Change deprecated gdk_pixbuf_unref to g_object_unref
parent
c178c977
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk-dialog.c
View file @
08b1e737
...
...
@@ -213,7 +213,7 @@ static GtkWidget *otr_icon(GtkWidget *image, TrustLevel level,
}
else
{
image
=
gtk_image_new_from_pixbuf
(
pixbuf
);
}
g
dk_pixbuf_unref
(
pixbuf
);
g
_object_unref
(
G_OBJECT
(
pixbuf
)
)
;
gtk_widget_set_sensitive
(
image
,
sensitivity
);
...
...
Write
Preview
Markdown
is supported
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