[empathy] Trivial cleanups to recent commits



commit d439f6812b1bcd6375ddd25dafddf7a2e1d70ae7
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Dec 1 03:25:30 2016 +0000

    Trivial cleanups to recent commits
    
     * roster-window.ui: Fix indentation of the added line
     * accounts-dialog: Move border-width from .c to .ui, since when we
       have a .ui file, it seems better to keep the declarative stuff there.

 src/empathy-accounts-dialog.c  |    1 -
 src/empathy-accounts-dialog.ui |    1 +
 src/empathy-roster-window.ui   |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index feaab2e..6dc46e4 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -2401,7 +2401,6 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog)
   gtk_window_set_role (GTK_WINDOW (dialog), "accounts");
   gtk_window_set_default_size (GTK_WINDOW (dialog), 640, 450);
   gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_DIALOG);
-  gtk_container_set_border_width (GTK_CONTAINER (dialog), 12);
 
   /* join the add/remove toolbar to the treeview */
   context = gtk_widget_get_style_context (sw);
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui
index 674bd80..cbf8d12 100644
--- a/src/empathy-accounts-dialog.ui
+++ b/src/empathy-accounts-dialog.ui
@@ -5,6 +5,7 @@
   <object class="GtkHBox" id="accounts_dialog_hbox">
     <property name="visible">True</property>
     <property name="spacing">18</property>
+    <property name="border-width">12</property>
     <child>
       <object class="GtkVBox" id="vbox195">
         <property name="visible">True</property>
diff --git a/src/empathy-roster-window.ui b/src/empathy-roster-window.ui
index 1b6b688..65ddfb5 100644
--- a/src/empathy-roster-window.ui
+++ b/src/empathy-roster-window.ui
@@ -4,7 +4,7 @@
   <object class="GtkVBox" id="main_vbox">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-      <property name="border-width">12</property>
+    <property name="border-width">12</property>
     <child>
       <object class="GtkHBox" id="presence_toolbar">
         <property name="visible">True</property>


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