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
e4226cdc
Commit
e4226cdc
authored
Aug 07, 2008
by
Matthias Clasen
Browse files
Fix the mime sniffing test
svn path=/trunk/; revision=21038
parent
83269a5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e4226cdc
2008-08-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Its g_content_type_from_mime_type, not
g_content_type_for_mime_type. Noticed by Roger Brown
2008-08-07 16:19:16 Tim Janik <timj@imendio.com>
* gdk/gdkrgb.c (gdk_rgb_select_conv): use g_error() instead of a
...
...
configure.in
View file @
e4226cdc
...
...
@@ -1052,7 +1052,7 @@ if test x$gio_can_sniff = x; then
char *content_type;
char *image_png;
content_type = g_content_type_guess (NULL, data, data_size, NULL);
image_png = g_content_type_f
o
r_mime_type ("image/png");
image_png = g_content_type_fr
om
_mime_type ("image/png");
return !!strcmp (content_type, image_png);
}]])],
[gio_can_sniff=yes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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