diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-24 00:23:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-24 00:23:34 +0800 |
commit | b3029f0665371922680519b561e03b54014dc146 (patch) | |
tree | cef9bd69557cf7451b79e8ade2c01ab6b0d3908c /shell/ChangeLog | |
parent | 0529ab498fa006171c672226e9e3217d030884a3 (diff) | |
download | gsoc2013-evolution-b3029f0665371922680519b561e03b54014dc146.tar.gz gsoc2013-evolution-b3029f0665371922680519b561e03b54014dc146.tar.zst gsoc2013-evolution-b3029f0665371922680519b561e03b54014dc146.zip |
Add a toggle to avoid displaying the dialog again. Don't display the
* main.c (show_development_warning): Add a toggle to avoid
displaying the dialog again. Don't display the dialog at all if
the /Shell/skip_warning_dialog_1_1 bonobo-conf key is set to
FALSE.
(warning_dialog_clicked_callback): Set
/Shell/skip_warning_dialog_1_1 according to the state of the check
button.
svn path=/trunk/; revision=16986
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4172e453ab..05c313ee72 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2002-05-23 Ettore Perazzoli <ettore@ximian.com> + + * main.c (show_development_warning): Add a toggle to avoid + displaying the dialog again. Don't display the dialog at all if + the /Shell/skip_warning_dialog_1_1 bonobo-conf key is set to + FALSE. + (warning_dialog_clicked_callback): Set + /Shell/skip_warning_dialog_1_1 according to the state of the check + button. + 2002-05-22 Ettore Perazzoli <ettore@ximian.com> * e-shell.c (impl_Shell_selectUserFolder): No more @default_type |