From patchwork Wed Jul 18 16:17:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 10128 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 0EA1824037 for ; Wed, 18 Jul 2012 16:17:18 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id D334AA182DE for ; Wed, 18 Jul 2012 16:17:17 +0000 (UTC) Received: by yhpp61 with SMTP id p61so1886167yhp.11 for ; Wed, 18 Jul 2012 09:17:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=AlmjVhfUOAFeHPzO6p9v0Rc8zB7/mVL4mKKiPXbkWKI=; b=RdLgFYsBREAWizgJzK3ltwpkHSMw7r3jZJucPeiTBUdWduLQjq9PcsazVfF2BiFReS YGSNIU6Xb7ybt8B+dXD61TFgdPjfwox2EjYyTyyT7gGPGj2K3YBSomFnvnt/PBQHPoBI jtvPDB72SXA4servdD3mteyuZ1XPCIClGWEhxq/C1IUsrpNVuTD8Dfb7YSCJa4mh/ma3 Oy47KO6918q7J9ivmLehU0xQ4tAGgeKX7CqLo6A12eW/Z71u31hgu2oJmE0LLgJLZ87Q vdmCwGI14wBmOsXJIoY737OiA0zai7uEMBSxJ2x/adD/IQ7c/f5zzDbM/A6C7mG1Nt5L R2sA== Received: by 10.43.132.197 with SMTP id hv5mr836701icc.33.1342628237193; Wed, 18 Jul 2012 09:17:17 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.153.7 with SMTP id i7csp1224ibw; Wed, 18 Jul 2012 09:17:15 -0700 (PDT) Received: by 10.180.99.196 with SMTP id es4mr7777888wib.18.1342628234466; Wed, 18 Jul 2012 09:17:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id n11si28830731wee.136.2012.07.18.09.17.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Jul 2012 09:17:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SrWw5-0000Cq-Ja for ; Wed, 18 Jul 2012 16:17:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 86DCCE037C for ; Wed, 18 Jul 2012 16:17:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 235 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 235: Android: Ensure that the option list is updated after changing an option using a text entry. Message-Id: <20120718161713.20229.36448.launchpad@ackee.canonical.com> Date: Wed, 18 Jul 2012 16:17:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15637"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 673ff77c32e8f0e00f429faa3442c7c09ad04535 X-Gm-Message-State: ALoCoQmAxucm8uoEVkM0hOq9sGVdYRX91zn6xDyh5no642AN0XYo6+eyyeUsPu0YKRX1LMfStKdK ------------------------------------------------------------ revno: 235 committer: Alexandros Frantzis branch nick: trunk timestamp: Wed 2012-07-18 19:10:51 +0300 message: Android: Ensure that the option list is updated after changing an option using a text entry. modified: android/src/org/linaro/glmark2/EditorActivity.java --- lp:glmark2 https://code.launchpad.net/~glmark2-dev/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription === modified file 'android/src/org/linaro/glmark2/EditorActivity.java' --- android/src/org/linaro/glmark2/EditorActivity.java 2012-07-18 09:46:21 +0000 +++ android/src/org/linaro/glmark2/EditorActivity.java 2012-07-18 16:10:51 +0000 @@ -183,6 +183,7 @@ event.getAction() == KeyEvent.ACTION_UP)) { item.value = v.getText().toString(); + adapter.notifyDataSetChanged(); dismissDialog(DIALOG_SCENE_OPTION_TEXT_ID); } return true;