summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-09 10:29:32 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-09 10:29:32 +0100
commite3a0dba180e9262728d7967e977f1def754ec403 (patch)
tree3f8fb00f99f59e8a19ad71ddd5b8d93dec50aa1f
parente35336834f242e17c4c68072e9e680b8dbba12b2 (diff)
downloadkube-e3a0dba180e9262728d7967e977f1def754ec403.tar.gz
kube-e3a0dba180e9262728d7967e977f1def754ec403.zip
Formatting
-rw-r--r--applications/kube-mail/package/contents/ui/Composer.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/kube-mail/package/contents/ui/Composer.qml b/applications/kube-mail/package/contents/ui/Composer.qml
index a9fab402..19a4c331 100644
--- a/applications/kube-mail/package/contents/ui/Composer.qml
+++ b/applications/kube-mail/package/contents/ui/Composer.qml
@@ -11,7 +11,6 @@
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14//import org.kde.kube.mail 1.0 as Mail
15 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 * along with this program; if not, see <http://www.gnu.org/licenses/>.
17 */ 16 */
@@ -77,7 +76,7 @@ Item {
77 text: composer.to 76 text: composer.to
78 77
79 onTextChanged: { 78 onTextChanged: {
80 composer.to = text; 79 composer.to = text;
81 } 80 }
82 } 81 }
83 82