[gnome-contacts] Contacts.Titlebar: fix right title when in edit-mode
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Contacts.Titlebar: fix right title when in edit-mode
- Date: Tue, 3 Sep 2013 14:35:45 +0000 (UTC)
commit f17ede951570e1bd4f9493b5ed25a338bcd58915
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Tue Sep 3 10:00:17 2013 -0400
Contacts.Titlebar: fix right title when in edit-mode
This bug was introduced by the change on commit:
0b1fa6bf81eefd9e84be82dc55e7ac88ee66a8a2
src/contacts-app.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 37d78bd..27eb3ec 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -287,7 +287,6 @@ public class Contacts.App : Gtk.Application {
var name = contacts_pane.contact.display_name;
window.right_title = _("Editing %s").printf (name);
- window.right_title = name;
window.edit_button.hide ();
window.done_button.show ();
contacts_pane.set_edit_mode (true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]