diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | 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 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"); |