[empathy: 5/12] PresetDialog: Don't allow resizing status preset dialog



commit 01de3488d0287dc430582faab72932f846ec09dc
Author: Will Thompson <will thompson collabora co uk>
Date:   Fri Jun 10 20:51:20 2011 +0100

    PresetDialog: Don't allow resizing status preset dialog
    
    It's big enough.

 libempathy-gtk/empathy-status-preset-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-status-preset-dialog.c b/libempathy-gtk/empathy-status-preset-dialog.c
index 2c36cb3..2937984 100644
--- a/libempathy-gtk/empathy-status-preset-dialog.c
+++ b/libempathy-gtk/empathy-status-preset-dialog.c
@@ -523,6 +523,7 @@ empathy_status_preset_dialog_init (EmpathyStatusPresetDialog *self)
 			_("Edit Custom Messages"));
 	gtk_dialog_add_button (GTK_DIALOG (self),
 			GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
+	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
 
 	filename = empathy_file_lookup ("empathy-status-preset-dialog.ui",
 			"libempathy-gtk");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]