make this dialog be sticky. Fixes #164745.

2005-01-28  Elijah Newren  <newren@gmail.com>

	* src/metacity-dialog.c: (warn_about_no_sm_support): make this
	dialog be sticky.  Fixes #164745.
This commit is contained in:
Elijah Newren 2005-01-28 16:49:36 +00:00 committed by Elijah Newren
parent c66adff00d
commit 9221a550db
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-01-28 Elijah Newren <newren@gmail.com>
* src/metacity-dialog.c: (warn_about_no_sm_support): make this
dialog be sticky. Fixes #164745.
2005-01-28 Elijah Newren <newren@gmail.com>
Patch from Tim Herold to handle xcomposite pkgconfig version

View File

@ -296,6 +296,8 @@ warn_about_no_sm_support (char **lame_apps,
sw,
TRUE, TRUE, 0);
gtk_window_stick (GTK_WINDOW (dialog));
gtk_widget_realize (dialog);
copy_of_gdk_x11_window_set_user_time (dialog->window, timestamp);