open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
--- util.c.orig 2011-01-24 16:46:56.000000000 +0100
+++ util.c 2011-01-24 16:47:32.000000000 +0100
@@ -19,7 +19,7 @@
GtkWidget* unfocussable(GtkWidget *w)
{
- GTK_WIDGET_UNSET_FLAGS(w, GTK_CAN_FOCUS);
+ gtk_widget_set_can_focus(w, FALSE);
return w;
}
Everything looks good. We'll let you know here if there's anything you should know about.