diff --git a/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java b/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java index 67ada551f..8f79fcddc 100644 --- a/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java +++ b/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java @@ -413,7 +413,7 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene } private void addComment() { - addComment(commentField.getText().toString(), "task_comment", true); //$NON-NLS-1$ + addComment(commentField.getText().toString(), UpdateAdapter.UPDATE_TASK_COMMENT, true); } @@ -527,7 +527,7 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene addComment(String.format("%s %s", //$NON-NLS-1$ getContext().getString(R.string.TEA_timer_comment_started), DateUtilities.getTimeString(getContext(), new Date())), - "task_started", //$NON-NLS-1$ + UpdateAdapter.UPDATE_TASK_COMMENT, false); } @@ -538,7 +538,7 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene getContext().getString(R.string.TEA_timer_comment_stopped), DateUtilities.getTimeString(getContext(), new Date()), getContext().getString(R.string.TEA_timer_comment_spent), - elapsedTime), "task_stopped", false); //$NON-NLS-1$ + elapsedTime), UpdateAdapter.UPDATE_TASK_COMMENT, false); } /* diff --git a/astrid/res/drawable-land/widget_frame.9.png b/astrid/res/drawable-land/widget_frame.9.png index 7fd78e797..4b5885165 100644 Binary files a/astrid/res/drawable-land/widget_frame.9.png and b/astrid/res/drawable-land/widget_frame.9.png differ diff --git a/astrid/res/layout-land/widget_initialized.xml b/astrid/res/layout-land/widget_initialized.xml index c7c59f539..42d533799 100644 --- a/astrid/res/layout-land/widget_initialized.xml +++ b/astrid/res/layout-land/widget_initialized.xml @@ -16,7 +16,7 @@