diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-20 22:26:36 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-20 23:35:56 +0800 |
commit | b713ffc898aaa18edee52c0ef0c499d632ade836 (patch) | |
tree | dd3c771857b19a2fb9f3c2fa65f3398cdb37668b /libempathy-gtk | |
parent | 598d4c4821575442bb87329cb9d8b0b61db51dee (diff) | |
download | gsoc2013-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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-individual-information-dialog.c | 2 |
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); |