[gnome-maps] MainWindow: Minor indentation fixes
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] MainWindow: Minor indentation fixes
- Date: Sat, 31 Aug 2013 18:29:30 +0000 (UTC)
commit 3f3dbf20b50fc83ed1d30f09787cdab3726d14c5
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Aug 25 02:26:01 2013 +0300
MainWindow: Minor indentation fixes
https://bugzilla.gnome.org/show_bug.cgi?id=706726
src/mainWindow.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index dc64b76..e6a1e41 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -95,7 +95,7 @@ const MainWindow = new Lang.Class({
this._searchPopup.connect('selected',
this._onSearchPopupSelected.bind(this));
this.mapView.view.connect('button-press-event',
- this._searchPopup.hide.bind(this._searchPopup));
+ this._searchPopup.hide.bind(this._searchPopup));
this._searchEntry.connect('changed',
this._searchPopup.hide.bind(this._searchPopup));
},
@@ -331,8 +331,8 @@ const MainWindow = new Lang.Class({
program_name: _("Maps"),
comments: _("A map application for GNOME"),
copyright: 'Copyright ' + String.fromCharCode(0x00A9) +
- ' 2011' + String.fromCharCode(0x2013) +
- '2013 Red Hat, Inc.',
+ ' 2011' + String.fromCharCode(0x2013) +
+ '2013 Red Hat, Inc.',
license_type: Gtk.License.GPL_2_0,
logo_icon_name: 'gnome-maps',
version: Config.PACKAGE_VERSION,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]