commit f5680f766a78f35f9e7ac41b0c23769a9ceabe2c Author: Vincent Untz Date: 2010-03-09 [panel] Fix crash when using the main menu Replacing gtk_button_released() with a button-release-event in commit 13b2f9cd causes crashes, because we probably need to pass an event as argument to the signal. But we don't have this. However, it turns out that we don't need that call at all: this was probably needed for the released signal in ButtonWidget, but on 2004-01-19, it got removed (commit 50855ce2). So the fix is to just remove this line. M gnome-panel/panel-menu-button.c commit 549cd638f96e1899b0c1e1c800dad62cfa29362f Author: Marek Černocký Date: 2010-03-09 Update Czech translation M help/clock/cs/cs.po commit c487fc10c75b2d9b6650da2449c157bef6793ddc Author: Vincent Untz Date: 2010-03-09 [build] Add configure summary M configure.in commit 9352dab1421a9d751a05b9f233664a0721c7b391 Author: Vincent Untz Date: 2010-03-09 [release] post-release bump to 2.30.0 M configure.in commit f543279cf8fc4c0b6160e9c4c44f844ae8ba8e4b Author: Vincent Untz Date: 2010-03-09 [release] 2.29.92 M NEWS M README M configure.in