[empathy/mc5] The assistant should not be resizable



commit 7bbf2dfc7a29041ab5efeb1683fab7d213d480df
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Aug 7 21:08:12 2009 +0200

    The assistant should not be resizable

 src/empathy-account-assistant.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index 0b32b3a..34c5056 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -828,6 +828,8 @@ empathy_account_assistant_init (EmpathyAccountAssistant *self)
   gtk_assistant_append_page (assistant, page);
   gtk_assistant_set_page_type (assistant, page, GTK_ASSISTANT_PAGE_CONFIRM);
   priv->enter_or_create_page = page;
+
+  gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
 }
 
 GtkWidget *



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