Disable clicks handling for now, can't figure out what's broken.

This commit is contained in:
Marco Pesenti Gritti 2007-05-17 16:06:04 +02:00
parent d72ff8c6fb
commit 4af212d214
2 changed files with 3 additions and 2 deletions

View File

@ -690,8 +690,9 @@ sugar_browser_init(SugarBrowser *browser)
G_CALLBACK(title_cb), NULL); G_CALLBACK(title_cb), NULL);
g_signal_connect(G_OBJECT(browser), "location", g_signal_connect(G_OBJECT(browser), "location",
G_CALLBACK(location_cb), NULL); G_CALLBACK(location_cb), NULL);
g_signal_connect(G_OBJECT(browser), "dom-mouse-click", /* g_signal_connect(G_OBJECT(browser), "dom-mouse-click",
G_CALLBACK(dom_mouse_click_cb), NULL); G_CALLBACK(dom_mouse_click_cb), NULL);
*/
} }
int int

View File

@ -1,6 +1,6 @@
VERSION=0.63 VERSION=0.63
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
RELEASE=2.82 RELEASE=2.86
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2 TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2 rm sugar-$VERSION.tar.bz2