diff options
author | Miguel de Icaza <miguel@ximian.com> | 2001-01-12 15:08:33 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-12 15:08:33 +0800 |
commit | 5aa11827ce3c662631be7e0fd681394c7f179207 (patch) | |
tree | 9a1fd79cf48d8226f0a9d25cef05d73191260b34 /shell/e-splash.c | |
parent | 4cd709cd1801bba09bca634389b6232a192ac009 (diff) | |
download | gsoc2013-evolution-5aa11827ce3c662631be7e0fd681394c7f179207.tar.gz gsoc2013-evolution-5aa11827ce3c662631be7e0fd681394c7f179207.tar.zst gsoc2013-evolution-5aa11827ce3c662631be7e0fd681394c7f179207.zip |
Remove "window" from the moniker path.
2001-01-12 Miguel de Icaza <miguel@ximian.com>
* e-shell-view-menu.c (command_new_mail_message): Remove "window"
from the moniker path.
* e-splash.c (e_splash_construct): Make the spalsh screen a
toplevel instead of a popup.
svn path=/trunk/; revision=7440
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c index f8fe74c71d..33f5412455 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -317,7 +317,7 @@ e_splash_construct (ESplash *splash, gtk_signal_connect (GTK_OBJECT (splash), "button-press-event", GTK_SIGNAL_FUNC (button_press_event), splash); - gtk_object_set (GTK_OBJECT (splash), "type", GTK_WINDOW_POPUP, NULL); + gtk_object_set (GTK_OBJECT (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_default_size (GTK_WINDOW (splash), image_width, image_height); |