From 01de3488d0287dc430582faab72932f846ec09dc Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 10 Jun 2011 20:51:20 +0100 Subject: PresetDialog: Don't allow resizing status preset dialog It's big enough. --- libempathy-gtk/empathy-status-preset-dialog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-status-preset-dialog.c b/libempathy-gtk/empathy-status-preset-dialog.c index 2c36cb332..293798431 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"); -- cgit v1.2.3