[gnome-contacts] Window: [Select] button made private widget



commit dae571c97e8d571bdcbbfa1bb120136f16e92d91
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat Apr 26 16:34:37 2014 -0400

    Window: [Select] button made private widget

 src/contacts-window.vala |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/contacts-window.vala b/src/contacts-window.vala
index 8cd8acb..790b6c7 100644
--- a/src/contacts-window.vala
+++ b/src/contacts-window.vala
@@ -33,6 +33,8 @@ public class Contacts.Window : Gtk.ApplicationWindow {
   [GtkChild]
   private ContactPane contact_pane;
   [GtkChild]
+  private ToggleButton select_button;
+  [GtkChild]
   private Button edit_button;
   [GtkChild]
   private Button done_button;
@@ -40,12 +42,9 @@ public class Contacts.Window : Gtk.ApplicationWindow {
   [GtkChild]
   public Store contacts_store;
 
-
   /* FIXME: remove from public what it is not needed */
   [GtkChild]
   public Button add_button;
-  [GtkChild]
-  public ToggleButton select_button;
 
   public string left_title {
     get {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]