Set the wmclass to "evolution-splash" so sawfish knows it's not the same
* e-splash.c (e_splash_construct): Set the wmclass to "evolution-splash" so sawfish knows it's not the same kind of window as the main window. svn path=/trunk/; revision=16222
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2002-03-21 Dan Winship <danw@ximian.com>
|
||||
|
||||
* e-splash.c (e_splash_construct): Set the wmclass to
|
||||
"evolution-splash" so sawfish knows it's not the same kind of
|
||||
window as the main window.
|
||||
|
||||
2002-03-20 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell-view-menu.c: Make all the verb/menu arrays appropriately
|
||||
|
||||
@ -332,6 +332,7 @@ e_splash_construct (ESplash *splash,
|
||||
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);
|
||||
gtk_window_set_wmclass (GTK_WINDOW (splash), "evolution-splash", "Evolution");
|
||||
gnome_window_icon_set_from_file (GTK_WINDOW (splash), EVOLUTION_DATADIR "/pixmaps/evolution.png");
|
||||
gtk_window_set_title (GTK_WINDOW (splash), "Ximian Evolution");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user