diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 07:59:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 07:59:54 +0800 |
commit | 5125a8f870ed07b8bf477bda27a9a9fc814ebfad (patch) | |
tree | aa0b180ee678e362cd9a3b9b8fd321366ad10645 /shell/ChangeLog | |
parent | 93c01a6835f973afefba9de36823951717a868ed (diff) | |
download | gsoc2013-evolution-5125a8f870ed07b8bf477bda27a9a9fc814ebfad.tar gsoc2013-evolution-5125a8f870ed07b8bf477bda27a9a9fc814ebfad.tar.gz gsoc2013-evolution-5125a8f870ed07b8bf477bda27a9a9fc814ebfad.tar.bz2 gsoc2013-evolution-5125a8f870ed07b8bf477bda27a9a9fc814ebfad.tar.lz gsoc2013-evolution-5125a8f870ed07b8bf477bda27a9a9fc814ebfad.tar.xz gsoc2013-evolution-5125a8f870ed07b8bf477bda27a9a9fc814ebfad.tar.zst gsoc2013-evolution-5125a8f870ed07b8bf477bda27a9a9fc814ebfad.zip |
No need to gtk_widget_show() the view anymore.
* e-shell-view-menu.c (command_open_folder_in_new_window): No need
to gtk_widget_show() the view anymore.
* e-shell-view.c (activate_shortcut_cb): No need to
gtk_widget_show() the view anymore.
* e-shell.c (impl_Shell_createNewView): Don't explicitly show the
new view.
(e_shell_create_view): gtk_widget_show() the new view and flush
the GTK+ event loop before sending the ::interactive notification.
(create_view): New helper function.
(e_shell_create_view): Use it.
(e_shell_create_view_from_settings): New.
(e_shell_restore_from_settings): Use
`e_shell_create_view_from_settings()'.
svn path=/trunk/; revision=13918
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 6a6fbde975..2e65cd6b7c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,28 @@ 2001-10-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c (command_open_folder_in_new_window): No need + to gtk_widget_show() the view anymore. + + * e-shell-view.c (activate_shortcut_cb): No need to + gtk_widget_show() the view anymore. + + * e-shell.c (impl_Shell_createNewView): Don't explicitly show the + new view. + (e_shell_create_view): gtk_widget_show() the new view and flush + the GTK+ event loop before sending the ::interactive notification. + (create_view): New helper function. + (e_shell_create_view): Use it. + (e_shell_create_view_from_settings): New. + (e_shell_restore_from_settings): Use + `e_shell_create_view_from_settings()'. + +2001-10-22 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-view-menu.c (command_open_folder_in_new_window): Don't + explicitly show the new view. + +2001-10-22 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component.c (impl_unsetOwner): Remove the ping timeout. |