shave off a number of unnecessary casts

2007-08-07  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (wp_add_images), (wp_dragged_image),
	(desktop_init):
	* appearance-main.c: (main):
	* appearance-style.c: (update_color_buttons_from_settings),
	(check_color_schemes_enabled), (update_cursor_size_scale),
	(prepare_list), (style_init):
	* appearance-ui.c: (ui_init): shave off a number of unnecessary casts

svn path=/trunk/; revision=7975
This commit is contained in:
Jens Granseuer 2007-08-07 21:46:06 +00:00 committed by Jens Granseuer
parent 25644ed991
commit 5e58d70e8f
5 changed files with 45 additions and 35 deletions

View file

@ -159,8 +159,8 @@ main (int argc, char **argv)
capplet_set_icon (w, "gnome-settings-theme");
gtk_widget_show_all (w);
g_signal_connect_after (G_OBJECT (w), "response",
G_CALLBACK (main_window_response), data);
g_signal_connect_after (w, "response",
(GCallback) main_window_response, data);
/* default to background page if files were given on the command line */
if (wallpaper_files && !install_filename && !start_page)