diff options
author | Chris Toshok <toshok@ximian.com> | 2002-05-21 05:59:27 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-05-21 05:59:27 +0800 |
commit | 09061834119ed7118b3ddb345c9257285376e02f (patch) | |
tree | 6ccf969e56a708e067e616aadd3fe99d11ef0964 /shell/ChangeLog | |
parent | 9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9 (diff) | |
download | gsoc2013-evolution-09061834119ed7118b3ddb345c9257285376e02f.tar.gz gsoc2013-evolution-09061834119ed7118b3ddb345c9257285376e02f.tar.zst gsoc2013-evolution-09061834119ed7118b3ddb345c9257285376e02f.zip |
set the parent window insensitive before popping up the dialog and
2002-05-20 Chris Toshok <toshok@ximian.com>
* evolution-folder-selector-button.c (clicked): set the parent
window insensitive before popping up the dialog and sensitive
after it's popped down, to give us semi-modal behavior. Also,
emit a "popped_up" signal when popping up the dialog, and emit
"canceled" when the return folder is NULL (when the user canceled
the dialog).
(class_init): fix typo (?) - parent type isn't
bonobo_object_get_type(), it's PARENT_TYPE. Also, initialize the
POPPED_UP and CANCELED signals.
* evolution-folder-selector-button.h (struct
_EvolutionFolderSelectorButtonClass): add popped_up and canceled
signals.
svn path=/trunk/; revision=16959
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8682a3c374..ce8dd95929 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,19 @@ +2002-05-20 Chris Toshok <toshok@ximian.com> + + * evolution-folder-selector-button.c (clicked): set the parent + window insensitive before popping up the dialog and sensitive + after it's popped down, to give us semi-modal behavior. Also, + emit a "popped_up" signal when popping up the dialog, and emit + "canceled" when the return folder is NULL (when the user canceled + the dialog). + (class_init): fix typo (?) - parent type isn't + bonobo_object_get_type(), it's PARENT_TYPE. Also, initialize the + POPPED_UP and CANCELED signals. + + * evolution-folder-selector-button.h (struct + _EvolutionFolderSelectorButtonClass): add popped_up and canceled + signals. + 2002-05-20 Ettore Perazzoli <ettore@ximian.com> * e-shell-offline-sync.c (sync_folder): Skip the folder if it |