Revert part of patch from #166379; don't have gtk_window_present() change

2005-07-26  Elijah Newren  <newren@gmail.com>

	Revert part of patch from #166379; don't have gtk_window_present()
	change a window's desktop, but rather leave it up to the WM.
	(#311653)

	* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
	window's workspace
This commit is contained in:
Elijah Newren 2005-07-26 23:46:55 +00:00 committed by Elijah Newren
parent 624016fee6
commit e2d2d159ca
4 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,12 @@
2005-07-26 Elijah Newren <newren@gmail.com>
Revert part of patch from #166379; don't have gtk_window_present()
change a window's desktop, but rather leave it up to the WM.
(#311653)
* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
window's workspace
2005-07-26 Tor Lillqvist <tml@novell.com>
* gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT

View File

@ -1,3 +1,12 @@
2005-07-26 Elijah Newren <newren@gmail.com>
Revert part of patch from #166379; don't have gtk_window_present()
change a window's desktop, but rather leave it up to the WM.
(#311653)
* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
window's workspace
2005-07-26 Tor Lillqvist <tml@novell.com>
* gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT

View File

@ -1,3 +1,12 @@
2005-07-26 Elijah Newren <newren@gmail.com>
Revert part of patch from #166379; don't have gtk_window_present()
change a window's desktop, but rather leave it up to the WM.
(#311653)
* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
window's workspace
2005-07-26 Tor Lillqvist <tml@novell.com>
* gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT

View File

@ -6048,9 +6048,6 @@ gtk_window_present_with_time (GtkWindow *window,
#endif
}
#ifdef GDK_WINDOWING_X11
gdk_x11_window_move_to_current_desktop (widget->window);
#endif
gdk_window_focus (widget->window, timestamp);
}
else