xed-statusbar: Fix a missing cast

This commit is contained in:
JosephMcc 2017-01-13 03:24:27 -08:00
parent c5d8a4378a
commit d38b1cd953
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ xed_statusbar_init (XedStatusbar *statusbar)
gtk_box_pack_start (GTK_BOX (statusbar), statusbar->priv->error_frame, FALSE, TRUE, 0); gtk_box_pack_start (GTK_BOX (statusbar), statusbar->priv->error_frame, FALSE, TRUE, 0);
gtk_style_context_add_class (gtk_widget_get_style_context (statusbar), "xed-statusbar"); gtk_style_context_add_class (gtk_widget_get_style_context GTK_WIDGET (statusbar), "xed-statusbar");
} }
/** /**