]> git.0d.be Git - empathy.git/commitdiff
irc-network-dialog: Don't allow window resizing
authorMichael Wood <michael.g.wood@intel.com>
Thu, 1 Nov 2012 17:16:25 +0000 (17:16 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 2 Nov 2012 09:29:27 +0000 (10:29 +0100)
Resizing causes blank space issues with the dialog.

https://bugzilla.gnome.org/show_bug.cgi?id=687361

libempathy-gtk/empathy-irc-network-dialog.c

index a020c4a45802ad352d1faabb3eb312d91e940c01..65f0a41bb51c5af09370b37f9ddcbee03416e051 100644 (file)
@@ -595,5 +595,7 @@ empathy_irc_network_dialog_show (EmpathyIrcNetwork *network,
   irc_network_dialog_network_update_buttons (dialog);
   gtk_widget_show_all (dialog->dialog);
 
+  gtk_window_set_resizable (GTK_WINDOW (dialog->dialog), FALSE);
+
   return dialog->dialog;
 }