]> git.0d.be Git - empathy.git/commitdiff
PresetDialog: Don't allow resizing status preset dialog
authorWill Thompson <will.thompson@collabora.co.uk>
Fri, 10 Jun 2011 19:51:20 +0000 (20:51 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Fri, 24 Jun 2011 09:45:38 +0000 (10:45 +0100)
It's big enough.

libempathy-gtk/empathy-status-preset-dialog.c

index 2c36cb332f7e226d7445eed791b206003a151ef9..293798431625da582efc968cdeb12047be021713 100644 (file)
@@ -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");