summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2013-09-27 17:25:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-27 17:25:42 +0000
commit37453a8353a190233c94c9f40261feef6a9ebf08 (patch)
treea57ccefd8b84d91e09960561707f9dbf531dfebb /docs
parent2fe85a10abcb216dded99792466124f7f80574f2 (diff)
parent2e7c8e952cbc30fbef083c154662e7c3b6fa253a (diff)
downloadframeworks_base-37453a8353a190233c94c9f40261feef6a9ebf08.zip
frameworks_base-37453a8353a190233c94c9f40261feef6a9ebf08.tar.gz
frameworks_base-37453a8353a190233c94c9f40261feef6a9ebf08.tar.bz2
Merge "Docs: Changed" into jb-mr2-docs
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/ui/dialogs.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/dialogs.jd b/docs/html/guide/topics/ui/dialogs.jd
index 09767bf..d934c4b 100644
--- a/docs/html/guide/topics/ui/dialogs.jd
+++ b/docs/html/guide/topics/ui/dialogs.jd
@@ -593,7 +593,7 @@ public class NoticeDialogFragment extends DialogFragment {
.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int id) {
// Send the negative button event back to the host activity
- mListener.onDialogPositiveClick(NoticeDialogFragment.this);
+ mListener.onDialogNegativeClick(NoticeDialogFragment.this);
}
});
return builder.create();