[gnome-documents] application: trivial coding style fix
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] application: trivial coding style fix
- Date: Mon, 1 Apr 2013 21:10:29 +0000 (UTC)
commit df5a31ae7472e3317abd7fd79603283321ecb2f5
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Apr 1 16:32:07 2013 -0400
application: trivial coding style fix
src/application.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 4d15c75..27433f5 100644
--- a/src/application.js
+++ b/src/application.js
@@ -422,8 +422,7 @@ const Application = new Lang.Class({
window_mode: WindowMode.WindowMode.PREVIEW,
callback: this._onActionToggle,
state: GLib.Variant.new('b', false),
- accel: 'F5'
- },
+ accel: 'F5' },
{ name: 'print-current', accel: '<Primary>p',
callback: this._onActionPrintCurrent,
window_mode: WindowMode.WindowMode.PREVIEW },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]