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
+2 -1
View File
@@ -690,8 +690,9 @@ sugar_browser_init(SugarBrowser *browser)
G_CALLBACK(title_cb), NULL);
g_signal_connect(G_OBJECT(browser), "location",
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);
*/
}
int