mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00:00
Fix typo (mine -> mime)
git-svn-id: https://svn.o-hand.com/repos/poky@122 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -18,7 +18,7 @@ diff -urNd ../eds-dbus-1.4.0cvs20051004-r7/trunk/addressbook/libebook/e-contact.
|
|||||||
+#if 0
|
+#if 0
|
||||||
mime_type = gnome_vfs_get_mime_type_for_data (photo->inlined.data, photo->inlined.length);
|
mime_type = gnome_vfs_get_mime_type_for_data (photo->inlined.data, photo->inlined.length);
|
||||||
+#else
|
+#else
|
||||||
+ mine_type = "image/jpeg";
|
+ mime_type = "image/jpeg";
|
||||||
+#endif
|
+#endif
|
||||||
if (!strcmp (mime_type, "image/gif"))
|
if (!strcmp (mime_type, "image/gif"))
|
||||||
image_type = "GIF";
|
image_type = "GIF";
|
||||||
|
|||||||
Reference in New Issue
Block a user