[empathy] irc-network-dialog: Don't allow window resizing
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] irc-network-dialog: Don't allow window resizing
- Date: Fri, 2 Nov 2012 09:30:53 +0000 (UTC)
commit c96b3f7e3b037f15e90386ef29299c9c48975bfa
Author: Michael Wood <michael g wood intel com>
Date: Thu Nov 1 17:16:25 2012 +0000
irc-network-dialog: Don't allow window resizing
Resizing causes blank space issues with the dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=687361
libempathy-gtk/empathy-irc-network-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-irc-network-dialog.c b/libempathy-gtk/empathy-irc-network-dialog.c
index a020c4a..65f0a41 100644
--- a/libempathy-gtk/empathy-irc-network-dialog.c
+++ b/libempathy-gtk/empathy-irc-network-dialog.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]