]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix typo (mine -> mime)
authorChris Lord <chris@openedhand.com>
Tue, 4 Oct 2005 19:47:20 +0000 (19:47 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 4 Oct 2005 19:47:20 +0000 (19:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@122 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/eds/eds-dbus/no_gnomevfs.patch

index e752a13696ea094fbac9fdd81252c7a72e289308..93ed0ce7989f2e6e0a8b6558adeaec5ec3553683 100644 (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";