64bits fixes.

* capplets/font/main.c: (sample_expose):
        * gnome-settings-daemon/gnome-settings-gtk1theme.c:
        (apply_settings):
        * vfs-methods/themus/theme-method.c:
        64bits fixes.
This commit is contained in:
Frédéric Crozat 2004-02-06 10:53:58 +00:00
parent 431b1882f3
commit 285427e21f
4 changed files with 11 additions and 2 deletions

View file

@ -151,7 +151,7 @@ apply_settings (void)
gchar *theme_filename;
gchar *rc_filename;
gchar *current_contents;
gint current_length;
gsize current_length;
gchar *new_contents;
GError *err = NULL;