[empathy/mc5] The assistant should not be resizable
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5] The assistant should not be resizable
- Date: Sat, 22 Aug 2009 18:53:58 +0000 (UTC)
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]