ANSIfication of function declaration.
2007-01-29 Kjartan Maraas <kmaraas@gnome.org> * gnome-wp-capplet.c: (wallpaper_properties_init): ANSIfication of function declaration. svn path=/trunk/; revision=7194
This commit is contained in:
parent
59a4c03b80
commit
5f7a5f7fa2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gnome-wp-capplet.c: (wallpaper_properties_init):
|
||||
ANSIfication of function declaration.
|
||||
|
||||
2007-01-08 David Sedeño <david@alderia.com>
|
||||
|
||||
* gnome-wp-xml.c: Fix several compile warnings. Fixes #326022
|
||||
|
|
|
@ -843,7 +843,7 @@ static void gnome_wp_update_preview (GtkFileChooser *chooser,
|
|||
gtk_file_chooser_set_preview_widget_active (chooser, TRUE);
|
||||
}
|
||||
|
||||
static void wallpaper_properties_init () {
|
||||
static void wallpaper_properties_init (void) {
|
||||
GnomeWPCapplet * capplet;
|
||||
GladeXML * dialog;
|
||||
GtkWidget * menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue