diff options
author | Miguel de Icaza <miguel@gnu.org> | 2000-01-16 04:08:30 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-16 04:08:30 +0800 |
commit | 3c49032de459fa26e8512005b859c8eb8768caf8 (patch) | |
tree | 31c06aa6698678a67d41532a60b270fb6b492793 /shell/main.c | |
parent | 19a9abb138faf5f77afdca76670a23a476a7a922 (diff) | |
download | gsoc2013-evolution-3c49032de459fa26e8512005b859c8eb8768caf8.tar gsoc2013-evolution-3c49032de459fa26e8512005b859c8eb8768caf8.tar.gz gsoc2013-evolution-3c49032de459fa26e8512005b859c8eb8768caf8.tar.bz2 gsoc2013-evolution-3c49032de459fa26e8512005b859c8eb8768caf8.tar.lz gsoc2013-evolution-3c49032de459fa26e8512005b859c8eb8768caf8.tar.xz gsoc2013-evolution-3c49032de459fa26e8512005b859c8eb8768caf8.tar.zst gsoc2013-evolution-3c49032de459fa26e8512005b859c8eb8768caf8.zip |
Use e_bar_set_item_data.
2000-01-10 Miguel de Icaza <miguel@gnu.org>
* widgets/shortcut-bar/e-shortcut-bar.c (e_shortcut_bar_add_item):
Use e_bar_set_item_data.
Drop item_url; Require image argument; Require user data
argument.
2000-01-09 Miguel de Icaza <miguel@gnu.org>
* widgets/shortcut-bar/e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing.
svn path=/trunk/; revision=1573
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 97a5987049..688591014e 100644 --- a/shell/main.c +++ b/shell/main.c @@ -69,7 +69,7 @@ evolution_boot (void) EShellView *e_shell_view; eshell = e_shell_new (); - e_shell_view = E_SHELL_VIEW (e_shell_view_new (eshell)); + e_shell_view = E_SHELL_VIEW (e_shell_view_new (eshell, TRUE)); gtk_widget_show (GTK_WIDGET (e_shell_view)); } |