diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-04-10 03:00:50 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-04-10 03:00:50 +0800 |
commit | b9630445a02806a40c32dae22bc621f3b1747ccd (patch) | |
tree | a04a6157f8f44159c47cd2f1e1c7bff16b8d7e1c /shell/e-shell-view.c | |
parent | 9496367085a9e45cf4d918987aab2244e3c7ece1 (diff) | |
download | gsoc2013-evolution-b9630445a02806a40c32dae22bc621f3b1747ccd.tar gsoc2013-evolution-b9630445a02806a40c32dae22bc621f3b1747ccd.tar.gz gsoc2013-evolution-b9630445a02806a40c32dae22bc621f3b1747ccd.tar.bz2 gsoc2013-evolution-b9630445a02806a40c32dae22bc621f3b1747ccd.tar.lz gsoc2013-evolution-b9630445a02806a40c32dae22bc621f3b1747ccd.tar.xz gsoc2013-evolution-b9630445a02806a40c32dae22bc621f3b1747ccd.tar.zst gsoc2013-evolution-b9630445a02806a40c32dae22bc621f3b1747ccd.zip |
+ * addressbook/gui/component/addressbook.c (control_activate): Make
+ "New Contact" menuitem add a card with new_contact_cb().
+
+ * e-shell-view.c (e_shell_view_setup): Set the default height
+ bigger, to 600, so that everything in the shortcut-bar shows up.
svn path=/trunk/; revision=2353
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index ac9b97d98c..876c34851b 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -93,7 +93,7 @@ e_shell_view_setup (EShellView *eshell_view) /* * FIXME, should load the config if (load_config).... */ - gtk_window_set_default_size (GTK_WINDOW (eshell_view), 600, 400); + gtk_window_set_default_size (GTK_WINDOW (eshell_view), 600, 600); } static void |