Re: Use environment variable WINE_NO_MENU_ENTRIES to prevent menu icon and menu entry creation.

2009-02-06 Thread Christoph Korn
Thank you.

I have fixed it and resent the patch to wine-patches.

Also I have shortened the environment variable to WINENME.

Christoph Korn

Detlef Riekenberg schrieb:
 On Do, 2009-02-05 at 18:02 +0100, Christoph Korn wrote:
  int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE prev, LPSTR
 cmdline, int show)
  {
 +if(getenv(WINE_NO_MENU_ENTRIES))
 +{
 +return 0;
 +}
 +
  LPSTR token = NULL, p;
 
 Declaring a variable after code is C99 and not allowed in Wine.
 




Re: wine.budgetdedicated.com down?

2009-02-01 Thread Christoph Korn
The latest ubuntu packages are available here:
https://launchpad.net/~ubuntu-wine/+archive/ppa

Christoph Korn

Matt Perry schrieb:
 On Sun, Feb 1, 2009 at 8:54 AM, Dan Kegel d...@kegel.com wrote:
 I can't download debian wine packages from
 wine.budgetdedicated.com today...
 
 Would it be possible to host the Wine packages somewhere with higher
 availability?  Maybe at winehq.org, or apply for hosting at
 ibiblio.org or mirrors.kernel.org?
 
 




Re: Fix wine-bugs mailing list traffic message.

2009-01-20 Thread Christoph Korn
Ok, I did not know there was a CVS/GIT cleanup.
Maybe the message is irrelevant anyway.

Best regards
Christoph Korn

Jerome Leclanche schrieb:
 It's not hundreds / day (as it's been the past few days due to the
 CVS/GIT cleanup), but it's definitely not 10/day either. I would say
 60-70 per day is common, but I don't run statistics (nor try to).
 
 On Tue, Jan 20, 2009 at 5:26 PM, Francois Gouget fgou...@free.fr wrote:
 On Tue, 20 Jan 2009, Christoph Korn wrote:

 Only a small fix.

 I subscribed to the wine-bugs mailing list because it was listed as
 medium traffic. But I got hundreds of mails in about two hours or so.
 Usually it's a medium traffic mailing list (I believe), but occasionally
 (2/3 times a year) someone does a big cleanup touching hundreds of bugs
 and that's when you get a lot of emails...

 --
 Francois Gouget fgou...@free.fr  http://fgouget.free.fr/
   If it stinks, it's chemistry. If it moves, it's biology.
  If it does not work, It's computer science.