Author: olivier
Date: 2006-07-18 20:55:16 +0000 (Tue, 18 Jul 2006)
New Revision: 22481
Modified:
gtk-xfce-engine-2/trunk/src/xfce_rc_style.c
Log:
64bit fix
Modified: gtk-xfce-engine-2/trunk/src/xfce_rc_style.c
===================================================================
--- gtk-xfce-engine-2/trunk/src/xfce_rc_style.c 2006-07-18 20:08:13 UTC (rev
22480)
+++ gtk-xfce-engine-2/trunk/src/xfce_rc_style.c 2006-07-18 20:55:16 UTC (rev
22481)
@@ -380,6 +380,7 @@
guint old_scope;
guint token;
guint i;
+ gboolean b;
/* Set up a new scope in this scanner. */
if(!scope_id)
@@ -400,12 +401,12 @@
switch (token)
{
case TOKEN_SMOOTHEDGE:
- token = theme_parse_boolean(scanner, TOKEN_SMOOTHEDGE, &i);
+ token = theme_parse_boolean(scanner, TOKEN_SMOOTHEDGE, &b);
if(token != G_TOKEN_NONE)
{
break;
}
- theme_data->smooth_edge = i;
+ theme_data->smooth_edge = b;
break;
case TOKEN_GRIP_STYLE:
token = theme_parse_grip_style(scanner, TOKEN_GRIP_STYLE,
theme_data);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits