[gtk+/toolpalette] Fixed a typo that I didn't see until now, strangely.
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/toolpalette] Fixed a typo that I didn't see until now, strangely.
- Date: Thu, 16 Jul 2009 17:27:28 +0000 (UTC)
commit 249be999a6699752980a5e16e45b45c4db18dabf
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Jul 16 19:27:20 2009 +0200
Fixed a typo that I didn't see until now, strangely.
gtk/gtktoolpalette.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktoolpalette.c b/gtk/gtktoolpalette.c
index b6a06bb..ca255bd 100644
--- a/gtk/gtktoolpalette.c
+++ b/gtk/gtktoolpalette.c
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]