mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
resolve a merge conflict
This commit is contained in:
parent
be96be95f6
commit
cc7493cac9
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
|||||||
|
2003-03-13 Rob Adams <robadams@ucla.edu>
|
||||||
|
|
||||||
|
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 <menthos@menthos.com>
|
2003-03-13 Christian Rose <menthos@menthos.com>
|
||||||
|
|
||||||
* configure.in: Added "ml" to ALL_LINGUAS.
|
* configure.in: Added "ml" to ALL_LINGUAS.
|
||||||
|
Loading…
Reference in New Issue
Block a user