aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-20 22:26:36 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-20 23:35:56 +0800
commitb713ffc898aaa18edee52c0ef0c499d632ade836 (patch)
treedd3c771857b19a2fb9f3c2fa65f3398cdb37668b
parent598d4c4821575442bb87329cb9d8b0b61db51dee (diff)
downloadgsoc2013-empathy-b713ffc898aaa18edee52c0ef0c499d632ade836.tar
gsoc2013-empathy-b713ffc898aaa18edee52c0ef0c499d632ade836.tar.gz
gsoc2013-empathy-b713ffc898aaa18edee52c0ef0c499d632ade836.tar.bz2
gsoc2013-empathy-b713ffc898aaa18edee52c0ef0c499d632ade836.tar.lz
gsoc2013-empathy-b713ffc898aaa18edee52c0ef0c499d632ade836.tar.xz
gsoc2013-empathy-b713ffc898aaa18edee52c0ef0c499d632ade836.tar.zst
gsoc2013-empathy-b713ffc898aaa18edee52c0ef0c499d632ade836.zip
Allow EmpathyIndividualInformationDialog to be resized
-rw-r--r--libempathy-gtk/empathy-individual-information-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-information-dialog.c b/libempathy-gtk/empathy-individual-information-dialog.c
index 6fce21b40..63623cd2d 100644
--- a/libempathy-gtk/empathy-individual-information-dialog.c
+++ b/libempathy-gtk/empathy-individual-information-dialog.c
@@ -176,7 +176,7 @@ individual_information_dialog_constructed (GObject *object)
GtkWidget *button;
gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
- gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
+ gtk_window_set_resizable (GTK_WINDOW (dialog), TRUE);
/* Close button */
button = gtk_button_new_with_label (GTK_STOCK_CLOSE);