[geary/wip/714104-refine-account-dialog: 14/15] Fix crash editing	account name
- From: Michael Gratton <mjog src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [geary/wip/714104-refine-account-dialog: 14/15] Fix crash editing	account name
 
- Date: Fri, 19 Oct 2018 23:51:04 +0000 (UTC)
 
commit a41f6646904ceea1d590c80cd2bd54052de0a6fb
Author: Michael Gratton <mike vee net>
Date:   Sat Oct 20 10:44:04 2018 +1100
    Fix crash editing account name
 src/client/accounts/accounts-editor-edit-pane.vala | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/src/client/accounts/accounts-editor-edit-pane.vala 
b/src/client/accounts/accounts-editor-edit-pane.vala
index 8df1f45c..9544f5af 100644
--- a/src/client/accounts/accounts-editor-edit-pane.vala
+++ b/src/client/accounts/accounts-editor-edit-pane.vala
@@ -280,14 +280,7 @@ private class Accounts.NicknameRow : AccountRow<EditorEditPane,Gtk.Label> {
             });
         entry.show();
 
-        popover.add_labelled_row(
-            // Translators: Label used when editing the account's
-            // name.
-            _("Account name:"),
-            entry
-        );
-
-        popover.set_relative_to(this);
+        popover.set_relative_to(this.value);
         popover.layout.add(entry);
         popover.popup();
     }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]