diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-04 04:08:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-04 04:08:14 +0800 |
commit | 9407166101cd70d7920e1122eb96617b6028ea38 (patch) | |
tree | 384466b3c878b251b14ba88abf71c7a3ab85767b /shell/ChangeLog | |
parent | da19e7a409b666b83895376bf4fe5b4f8d052f86 (diff) | |
download | gsoc2013-evolution-9407166101cd70d7920e1122eb96617b6028ea38.tar.gz gsoc2013-evolution-9407166101cd70d7920e1122eb96617b6028ea38.tar.zst gsoc2013-evolution-9407166101cd70d7920e1122eb96617b6028ea38.zip |
If component_id is the empty string, pass NULL for it to
* e-shell.c (impl_Shell_createNewWindow): If component_id is the
empty string, pass NULL for it to e_shell_create_window() so we
get the default.
* main.c (idle_cb): Pass an empty string for component_id to
createNewWindow() if the default_component_id is NULL.
svn path=/trunk/; revision=23620
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b3c4b4ae00..2637f005cc 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,6 +1,17 @@ 2003-12-03 Ettore Perazzoli <ettore@ximian.com> - * Makefile.am: move e-task-bar and e-task-widget into libeshell. + [Fix for #51619.] + + * e-shell.c (impl_Shell_createNewWindow): If component_id is the + empty string, pass NULL for it to e_shell_create_window() so we + get the default. + + * main.c (idle_cb): Pass an empty string for component_id to + createNewWindow() if the default_component_id is NULL. + +2003-12-03 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am: Move e-task-bar and e-task-widget into libeshell. [Fix pointed out by Bernard Leach <leachbj@bouncycastle.org>.] 2003-12-03 Ettore Perazzoli <ettore@ximian.com> |