diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-01 01:16:11 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-01 01:16:11 +0800 |
commit | 304073522b804a6c64f10809a553a9e0614725af (patch) | |
tree | d862ffb21b8aa8ef0b309efd24774691ed59714e /addressbook/gui/minicard | |
parent | d87a10196cd82a391f9c2f937ee91dd9f06e5abe (diff) | |
download | gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar.gz gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar.bz2 gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar.lz gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar.xz gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar.zst gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.zip |
Made some fields invisible that were visible before.
2000-04-30 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/contact-editor.glade,
contact-editor/e-contact-editor.c, gui/minicard/e-minicard.c: Made
some fields invisible that were visible before.
svn path=/trunk/; revision=2697
Diffstat (limited to 'addressbook/gui/minicard')
-rw-r--r-- | addressbook/gui/minicard/e-minicard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/minicard/e-minicard.c b/addressbook/gui/minicard/e-minicard.c index 6ff1d94aeb..76aec54854 100644 --- a/addressbook/gui/minicard/e-minicard.c +++ b/addressbook/gui/minicard/e-minicard.c @@ -347,7 +347,8 @@ e_minicard_event (GnomeCanvasItem *item, GdkEvent *event) gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (dlg)->vbox), contact_editor, TRUE, TRUE, 0); - gtk_widget_show_all (dlg); + gtk_widget_show(contact_editor); + gtk_widget_show (dlg); gnome_dialog_close_hides (GNOME_DIALOG (dlg), TRUE); result = gnome_dialog_run_and_close (GNOME_DIALOG (dlg)); |