diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-04 04:40:20 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-04 04:40:20 +0800 |
commit | 905a5cfca0e35d26f6b883b534928d42180594f3 (patch) | |
tree | 38e0461fd5dabc4738642ebc75af380dec284c55 /shell/glade/Makefile.am | |
parent | 85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d (diff) | |
download | gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.gz gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.bz2 gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.lz gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.xz gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.zst gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.zip |
Use bonobo_object_client_(un)?ref instead of gtk_object_(un)?ref.
2002-05-03 Christopher James Lahey <clahey@ximian.com>
* e-folder-list.c: Use bonobo_object_client_(un)?ref instead of
gtk_object_(un)?ref.
(add_clicked): Don't pass NULL to
evolution_shell_client_user_select_folder.
* glade/Makefile.am: Added e-folder-list.glade
* glade/e-folder-list.glade: The glade file for e-folder-list.
svn path=/trunk/; revision=16678
Diffstat (limited to 'shell/glade/Makefile.am')
-rw-r--r-- | shell/glade/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/glade/Makefile.am b/shell/glade/Makefile.am index a53765cda5..ada34672bd 100644 --- a/shell/glade/Makefile.am +++ b/shell/glade/Makefile.am @@ -4,6 +4,7 @@ glade_DATA = \ e-active-connection-dialog.glade \ e-shell-config-default-folders.glade \ e-shell-folder-creation-dialog.glade \ - evolution-startup-wizard.glade + evolution-startup-wizard.glade \ + e-folder-list.glade EXTRA_DIST = $(glade_DATA) |