mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Merge branch 'gnome-2-26' into master
Conflicts: configure.in src/core/schema-bindings.c
This commit is contained in:
@ -224,6 +224,7 @@ meta_window_destroy_frame (MetaWindow *window)
|
||||
|
||||
/* Put our state back where it should be */
|
||||
meta_window_queue (window, META_QUEUE_CALC_SHOWING);
|
||||
meta_window_queue (window, META_QUEUE_MOVE_RESIZE);
|
||||
}
|
||||
|
||||
|
||||
|
@ -142,7 +142,7 @@ produce_bindings ()
|
||||
g_error ("Cannot close %s: %s\n",
|
||||
source_filename, strerror (errno));
|
||||
}
|
||||
|
||||
|
||||
if (fclose (target_file)!=0)
|
||||
{
|
||||
g_error ("Cannot close %s: %s\n",
|
||||
|
Reference in New Issue
Block a user