From cc7493cac9d254ed34e21c917811bc525ee778c8 Mon Sep 17 00:00:00 2001 From: Rob Adams Date: Sat, 15 Mar 2003 02:12:02 +0000 Subject: [PATCH] resolve a merge conflict --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4fc8ea92c..a3d9b88b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2003-03-13 Rob Adams + + Make it so that the alt-tabbing won't try to go to a minimized + window by default. Fix for #107071. + + * display.c (meta_display_get_tab_list): use a GList instead of a + GSList + (meta_display_get_tab_next): use meta_display_get_tab_list to + decide what the next/previous tab window should be. + + * display.h (meta_display_get_tab_list): update function prototype + to return GList instead of GSList. + + * screen.c (meta_screen_ensure_tab_popup): update function to deal + with GList returned by meta_display_get_tab_list instead of GSList. + 2003-03-13 Christian Rose * configure.in: Added "ml" to ALL_LINGUAS.