On Thu, Nov 12, 2009 at 12:08:33AM +0000, corvid wrote:
Jorge wrote:
BTW, I chasing a very weird bug here. I can't modify a bookmark unless I comment closing a stream on an unrelated file!
This is:
@@ -417,8 +417,10 @@ static int Dpi_read_comm_keys(int *port) SharedKey[i] = 0; ret = 1; } - if (In) - fclose(In);
Then it works! :-P
@all: The question is, is this happening only in my system or do you see the problem as well. In other words: can you modify a bookmark?
I don't normally use bookmarks, but if I try it, I click submit, get Nav_open_url: new url='dpi:/bm/modify?operation=modify&submit=submit.&s0=on&url1=on' Nav_open_url: new url='dpi:/bm/modify'
and...nothing else seems to happen.
Exactly as here... and if you apply the above patch? -- Cheers Jorge.-