aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-about-box.c
Commit message (Collapse)AuthorAgeFilesLines
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-24/+15
| | | | | | | | pretty broken). Weeeeee! svn path=/trunk/; revision=18503
* Added some missing names.Ettore Perazzoli2002-09-241-0/+4
| | | | | | | | * e-shell-about-box.c: Added some missing names. * main.c (main): Declare --force-upgrade correctly so it works. svn path=/trunk/; revision=18175
* Reduce width of the copyright message so it looks prettier with the newEttore Perazzoli2002-03-071-2/+2
| | | | | | | * e-shell-about-box.c: Reduce width of the copyright message so it looks prettier with the new Rupert artwork. svn path=/trunk/; revision=15947
* Add year 2002 to the copyright.Ettore Perazzoli2002-02-241-2/+2
| | | | | | * e-shell-about-box.c: Add year 2002 to the copyright. svn path=/trunk/; revision=15812
* -- Merging patches from evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * e-shell-about-box.c: Add Michael MacDonald. [Fixes #17377, Evolution doesn't work on multi-depth displays.] * main.c (main): Push GdkRGB visual and colormap. [Fix #16693. What happens there is that the user closed the dialog before the async operation was completed, so when the notification was received the shell crashed.] * e-shell-folder-creation-dialog.c: New member `creation_in_progress' in `DialogData'. (e_shell_show_folder_creation_dialog): Init to %FALSE. (async_create_cb): Set to %FALSE. Also, if the dialog_data->dialog is %NULL, free the dialog_data before returning. (dialog_clicked_cb): Set to %TRUE. (dialog_destroy_cb): If a creation is in progress, just set the widget pointers in the DialogData struct to %NULL instead of freeing the whole struct. (async_create_cb): Make the OK and Cancel buttons sensitive. (dialog_clicked_cb): Make them insensitive here. svn path=/trunk/; revision=15192
* Add missing comma.Ettore Perazzoli2001-12-061-1/+1
| | | | svn path=/trunk/; revision=14898
* Add more contributors to the box.Ettore Perazzoli2001-11-151-0/+8
| | | | | | * e-shell-about-box.c: Add more contributors to the box. svn path=/trunk/; revision=14704
* Distribute credit equally.Jon Trowbridge2001-10-281-3/+36
| | | | | | | | 2001-10-28 Jon Trowbridge <trow@ximian.com> * e-shell-about-box.c: Distribute credit equally. svn path=/trunk/; revision=14280
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
| | | | svn path=/trunk/; revision=14192
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | explicitly. svn path=/trunk/; revision=14186
* Draw one more line.Ettore Perazzoli2001-10-271-1/+1
| | | | | | * e-shell-about-box.c (timeout_callback): Draw one more line. svn path=/trunk/; revision=14161
* Add a few names to the box.Ettore Perazzoli2001-10-251-0/+4
| | | | | | * e-shell-about-box.c: Add a few names to the box. svn path=/trunk/; revision=14083
* Use EShellAboutBox. (zero_pointer): Removed.Ettore Perazzoli2001-10-201-0/+372
* e-shell-view-menu.c (command_about_box): Use EShellAboutBox. (zero_pointer): Removed. * e-shell-about-box.h: New. * e-shell-about-box.c: New. svn path=/trunk/; revision=13804