CVSROOT: /cvs/gnome Module name: gwget Changes by: davidsf 05/02/16 14:41:29
Modified files: . : ChangeLog include : gwget_data.h main_window.h src : gwget_data.c main.c main_window.c main_window_cb.c Log message: 2005-02-16 Ivan Yosifov <[EMAIL PROTECTED]> * src/main_window_cb.c: minor tidying * src/main.c, src/gwget_data.c include/gwget_data.h : Moved gwget_pref initialziation code from main(), to a new function - gwget_init_pref , declared in gwget_data.h , defined in gwget_data.c , called in main() * src/main_window.c, include/main_window.h: split gwget_quit() into two functions , namely: gwget_remember_window_size_and_position() and gwget_remember_downloads() * src/gwget_data.c: call gwget_remember_downloads() in gwget_data_start_download(). This way we won't loose track of the downloads if gwget is terminated abnormally ( power surges , hardware failiures... ) * src/main_window.c: call gwget_remember_window_size_and_position on configure-events. We update the download list on change , so why not update window size on resize (or move) ? :) URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gwget&who=davidsf&date=explicit&mindate=2005-02-16%2014:40&maxdate=2005-02-16%2014:42 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list