[polari/wip/bastianilso/error-handling2: 2/3] changes to connection details error
- From: Bastian Ilsø Hougaard <bastianilso src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/bastianilso/error-handling2: 2/3] changes to connection details error
- Date: Fri, 31 Jul 2015 16:19:34 +0000 (UTC)
commit 56846f458487d2f58acce4771195946ea3c2e0e8
Author: Bastian Ilsø <bastianilso src gnome org>
Date: Fri Jul 31 13:29:26 2015 +0200
changes to connection details error
src/appNotifications.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/appNotifications.js b/src/appNotifications.js
index 53e88a6..cc844c7 100644
--- a/src/appNotifications.js
+++ b/src/appNotifications.js
@@ -191,8 +191,8 @@ const ErrorNotification = new Lang.Class({
},
_editAccountAction: function(button, details) {
- let error = {message: details,
- icon_name: 'dialog-error-symbolic', widget: 'serverEntry'};
+ let error = {message: details, icon_name: 'dialog-error-symbolic',
+ widget: 'serverEntry'};
this._account.error = error;
let dialog = new Connections.ConnectionDetailsDialog(this._account);
dialog.widget.transient_for = this._window;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]