Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Sat, 17 Nov 2007 00:12:30 +0000 | Richard Laager | This merge has the effect of reverting the hinting code from trunk. |
Fri, 16 Nov 2007 23:50:30 +0000 | Bj«Órn Voigt | syntax checks (German) |
Fri, 16 Nov 2007 19:11:08 +0000 | Daniel Atallah | Turns out this isn't a bug, nor is it win32-specific, and that we're misusing gtk_imhtml_clipboard_clear(). The reason this started being a problem was the fix to make the clipboard data set instead the owner set. |
Fri, 16 Nov 2007 18:43:50 +0000 | Daniel Atallah | There appears to be a new GTK+ bug that causes the clipboard_clear callback to be triggered *after* the clipboard_copy callback on the second copy attempt. This makes stuff still work correctly when this happens (and, most importantly, not crash). I'll report this upstream. |