diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-09 23:05:54 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-09 23:05:54 +0800 |
commit | a8070650114716342ce344a0758c758e81e6d855 (patch) | |
tree | 0cc3a1832a7fe4d74605c03d0fb3263f80f08529 /ChangeLog | |
parent | 7770329ddb6007e771b761f253b1b96b2216f645 (diff) | |
download | gsoc2013-epiphany-a8070650114716342ce344a0758c758e81e6d855.tar gsoc2013-epiphany-a8070650114716342ce344a0758c758e81e6d855.tar.gz gsoc2013-epiphany-a8070650114716342ce344a0758c758e81e6d855.tar.bz2 gsoc2013-epiphany-a8070650114716342ce344a0758c758e81e6d855.tar.lz gsoc2013-epiphany-a8070650114716342ce344a0758c758e81e6d855.tar.xz gsoc2013-epiphany-a8070650114716342ce344a0758c758e81e6d855.tar.zst gsoc2013-epiphany-a8070650114716342ce344a0758c758e81e6d855.zip |
Reformatted to conform to epiphany coding style. Fix some error condition
2003-12-09 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-spinner.c: (ephy_spinner_get_type),
(ephy_spinner_new), (get_spinner_dimensions), (ephy_spinner_init),
(select_spinner_image), (ephy_spinner_expose),
(bump_spinner_frame), (ephy_spinner_start),
(ephy_spinner_remove_update_callback), (ephy_spinner_stop),
(ephy_spinner_unload_images), (scale_to_real_size),
(extract_frame), (ephy_spinner_load_images),
(ephy_spinner_set_small_mode):
Reformatted to conform to epiphany coding style.
Fix some error condition checks, and initialise variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2003-12-09 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-spinner.c: (ephy_spinner_get_type), + (ephy_spinner_new), (get_spinner_dimensions), (ephy_spinner_init), + (select_spinner_image), (ephy_spinner_expose), + (bump_spinner_frame), (ephy_spinner_start), + (ephy_spinner_remove_update_callback), (ephy_spinner_stop), + (ephy_spinner_unload_images), (scale_to_real_size), + (extract_frame), (ephy_spinner_load_images), + (ephy_spinner_set_small_mode): + + Reformatted to conform to epiphany coding style. + Fix some error condition checks, and initialise variables. + +2003-12-09 Christian Persch <chpe@cvs.gnome.org> + * data/glade/prefs-dialog.glade: * embed/print-dialog.c: (ephy_print_dialog_new): * src/prefs-dialog.c: (create_language_menu), |