[Bug 244968] Re: Upgrade likewise-open to 4.1.0
Thierry Carrez
thierry.carrez at canonical.com
Wed Jul 2 21:20:20 BST 2008
The resulting packages still need to be tested.
In addition to the new upsteam version, I dropped the fix_window_close
patch which was integrated upstream (without the GTK_RESPONSE_NONE case
which was probably overkill, testing required), and the quilt patch
system (no more patches).
The patch :
case JOINDIALOG_CLOSE:
+ case GTK_RESPONSE_NONE:
+ case GTK_RESPONSE_DELETE_EVENT:
quit = TRUE;
break;
The new code :
case JOINDIALOG_CLOSE:
case GTK_RESPONSE_DELETE_EVENT:
quit = TRUE;
break;
--
Upgrade likewise-open to 4.1.0
https://bugs.launchpad.net/bugs/244968
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open in ubuntu.
More information about the Ubuntu-server-bugs
mailing list