mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
disconnect this callback on error
2001-09-16 Havoc Pennington <hp@pobox.com> * src/session.c (process_ice_messages): disconnect this callback on error
This commit is contained in:
parent
7be4c63ee4
commit
ecf75915c7
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-16 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/session.c (process_ice_messages): disconnect this callback
|
||||||
|
on error
|
||||||
|
|
||||||
2001-09-16 Havoc Pennington <hp@pobox.com>
|
2001-09-16 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/window.c (meta_window_lower): new function
|
* src/window.c (meta_window_lower): new function
|
||||||
|
@ -77,8 +77,10 @@ process_ice_messages (GIOChannel *channel,
|
|||||||
/* We were disconnected */
|
/* We were disconnected */
|
||||||
IceSetShutdownNegotiation (connection, False);
|
IceSetShutdownNegotiation (connection, False);
|
||||||
IceCloseConnection (connection);
|
IceCloseConnection (connection);
|
||||||
}
|
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user