forked from AuroraMiddleware/gtk
Fixed a typo that I didn't see until now, strangely.
This commit is contained in:
parent
87b53b3df1
commit
249be999a6
@ -1198,7 +1198,7 @@ gtk_tool_palette_set_style (GtkToolPalette *palette,
|
||||
{
|
||||
g_return_if_fail (GTK_IS_TOOL_PALETTE (palette));
|
||||
|
||||
palette->pr->style_set = TRUE;
|
||||
palette->priv->style_set = TRUE;
|
||||
gtk_tool_palette_change_style (palette, style);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user