Declare the GtkWidget::window-dragging style property as readonly

This is how we generally declare style properties, and declaring
this one r/w was just an oversight.
This commit is contained in:
Matthias Clasen 2010-08-28 20:08:14 -04:00
parent 5d6b21e7b2
commit 00438fea3d

View File

@ -2493,7 +2493,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
P_("Window dragging"),
P_("Whether windows can be dragged by clicking on empty areas"),
FALSE,
GTK_PARAM_READWRITE));
GTK_PARAM_READABLE));
/**
* GtkWidget:link-color: