[empathy/mc5] empathy-account-widget: don't expand and fill vertically the 'Activate' checkbox
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5] empathy-account-widget: don't expand and fill vertically the 'Activate' checkbox
- Date: Mon, 24 Aug 2009 11:07:14 +0000 (UTC)
commit 532d0bd9055bdc5ff75eba8568953022ffa6e6df
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Aug 24 12:00:23 2009 +0100
empathy-account-widget: don't expand and fill vertically the 'Activate' checkbox
libempathy-gtk/empathy-account-widget.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 9712ae9..0927d10 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -1232,8 +1232,9 @@ do_constructed (GObject *obj)
gtk_table_resize (GTK_TABLE (priv->table_common_settings), ++nb_rows,
nb_columns);
- gtk_table_attach_defaults (GTK_TABLE (priv->table_common_settings),
- priv->enabled_checkbox, 0, nb_columns, nb_rows - 1, nb_rows);
+ gtk_table_attach (GTK_TABLE (priv->table_common_settings),
+ priv->enabled_checkbox, 0, nb_columns, nb_rows - 1, nb_rows,
+ GTK_EXPAND | GTK_FILL, 0, 0, 0);
gtk_widget_show (priv->enabled_checkbox);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]