mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
c66adff00d
commit
9221a550db
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user