]> git.0d.be Git - empathy.git/commitdiff
The assistant should not be resizable
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 7 Aug 2009 19:08:12 +0000 (21:08 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 22 Aug 2009 13:25:14 +0000 (14:25 +0100)
src/empathy-account-assistant.c

index 0b32b3a94893829cacaee64143083d7f661c06a2..34c505613f94a9c89a492c5b037724e5839f9c95 100644 (file)
@@ -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 *