OSDN Git Service

Fix issue 1164: Incorrect organization type label in contacts
[android-x86/packages-apps-Contacts.git] / src / com / android / contacts / EditContactActivity.java
index c301473..1446eec 100644 (file)
@@ -713,7 +713,7 @@ public final class EditContactActivity extends Activity implements View.OnClickL
                     case OTHER_ORGANIZATION:
                         entry = EditEntry.newOrganizationEntry(EditContactActivity.this,
                                 Uri.withAppendedPath(mUri, Organizations.CONTENT_DIRECTORY),
-                                ContactMethods.TYPE_WORK);
+                                Organizations.TYPE_WORK);
                         mOtherEntries.add(entry);
                         break;