aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-splash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r--shell/e-splash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c
index 08a735c46f..a8a234fd75 100644
--- a/shell/e-splash.c
+++ b/shell/e-splash.c
@@ -348,7 +348,7 @@ e_splash_construct (ESplash *splash,
g_object_set((splash), "type", GTK_WINDOW_TOPLEVEL, NULL);
gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER);
- gtk_window_set_policy (GTK_WINDOW (splash), FALSE, FALSE, FALSE);
+ gtk_window_set_resizable (GTK_WINDOW (splash), FALSE);
gtk_window_set_default_size (GTK_WINDOW (splash), image_width, image_height);
gtk_window_set_wmclass (GTK_WINDOW (splash), "evolution-splash", "Evolution");
gnome_window_icon_set_from_file (GTK_WINDOW (splash), EVOLUTION_DATADIR "/pixmaps/evolution.png");