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:
Chris Lord 2005-10-04 19:47:20 +00:00
parent 94a3b01ef5
commit 5ab96a16d8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ diff -urNd ../eds-dbus-1.4.0cvs20051004-r7/trunk/addressbook/libebook/e-contact.
+#if 0
mime_type = gnome_vfs_get_mime_type_for_data (photo->inlined.data, photo->inlined.length);
+#else
+ mine_type = "image/jpeg";
+ mime_type = "image/jpeg";
+#endif
if (!strcmp (mime_type, "image/gif"))
image_type = "GIF";