[empathy] accounts-dialog: subdialog window should not resizeable
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] accounts-dialog: subdialog window should not resizeable
- Date: Fri, 2 Nov 2012 09:39:40 +0000 (UTC)
commit 2b6e3c804d6cc4ed79160b2dc631bbb5ba08a0e2
Author: Michael Wood <michael g wood intel com>
Date: Thu Nov 1 11:46:12 2012 +0000
accounts-dialog: subdialog window should not resizeable
This means that when the expanded for advanced option is opened/closed the
dialog maintains the correct size.
https://bugzilla.gnome.org/show_bug.cgi?id=687338
src/empathy-accounts-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 6275e6a..33c382f 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -610,6 +610,8 @@ account_dialog_create_edit_params_dialog (EmpathyAccountsDialog *dialog)
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
NULL, NULL);
+ gtk_window_set_resizable (GTK_WINDOW (subdialog), FALSE);
+
priv->setting_widget = (EmpathyAccountWidget *)
empathy_account_widget_new_for_protocol (settings, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]